#510073

Color #510073 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #510073

Tints of Indigo #510073

Color information

#510073 (or 0x510073) is unknown color: approx Indigo. HEX triplet: 51, 00 and 73. RGB value is (81,0,115). Sum of RGB (Red+Green+Blue) = 81+0+115=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #510073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510073 is #AEFF8C. Grayscale: #242424. Windows color (decimal): -11468685 or 7536721. OLE color: 7536721.

HSL color Cylindrical-coordinate representation of color #510073: hue angle of 282.26º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #510073 is Cyan = 0.30, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB810115-
CMYK0.30100.55
HSL282.26º100%22.55%-
HSV(B)282.26º100%45.1%-
XYZ6.492.9916.45-
YUV37.33171.84159.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 41.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 115 (45.31% from 255) = 58.67%
R=41.33%
G=0%
B=58.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8101150.30100.55282.2610022.55
Hex510731E6403711a6417
Octal12101633614406743214427
Binary1010001011100111111011001000110111100011010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510073; }

 p { color: rgb(81,0,115); }

 H1.HeaderClassName
 {
   color: #510073;
 }
 .AnyTagClassName
 {
   color: #510073;
 }
</style>
background-color css

<style>
 a { background-color: #510073; }

 a { background-color: rgb(81,0,115); }

 div.DivClassName
 {
   background-color: #510073;
 }
 .BgClassName
 {
   background-color: #510073;
 }
</style>
border-color css

<style>
 span { border-color: #510073; }

 span { border-color: rgb(81,0,115); }

 td.TdClassName
 {
   border-color: #510073;
 }
 .TagClassName
 {
   border-color: #510073;
 }
</style>