#57009b

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

Shades of Indigo #57009B

Tints of Indigo #57009B

Color information

#57009B (or 0x57009B) is unknown color: approx Indigo. HEX triplet: 57, 00 and 9B. RGB value is (87,0,155). Sum of RGB (Red+Green+Blue) = 87+0+155=242 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.95% from 242); Green value is 0 (0.39% from 255 or 0% from 242); Blue value is 155 (60.94% from 255 or 64.05% from 242); Max value from RGB is 155 - color contains mainly: blue. Hex color #57009B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #57009B is #A8FF64. Grayscale: #2B2B2B. Windows color (decimal): -11075429 or 10158167. OLE color: 10158167.

HSL color Cylindrical-coordinate representation of color #57009B: hue angle of 273.68º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #57009B is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB870155-
CMYK0.44100.39
HSL273.68º100%30.39%-
HSV(B)273.68º100%60.78%-
XYZ9.854.3931.34-
YUV43.68190.82158.9-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 155 (60.94% from 255) = 64.05%
R=35.95%
G=0%
B=64.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal8701550.44100.39273.6810030.39
Hex5709B2C64027112641e
Octal12702335414404742214436
Binary101011101001101110110011001000100111100010010110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57009b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57009b; }

 p { color: rgb(87,0,155); }

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

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

 a { background-color: rgb(87,0,155); }

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

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

 span { border-color: rgb(87,0,155); }

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