#570B88

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

Shades of Indigo #570B88

Tints of Indigo #570B88

Color information

#570B88 (or 0x570B88) is unknown color: approx Indigo. HEX triplet: 57, 0B and 88. RGB value is (87,11,136). Sum of RGB (Red+Green+Blue) = 87+11+136=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 11 (4.69% from 255 or 4.70% from 234); Blue value is 136 (53.52% from 255 or 58.12% from 234); Max value from RGB is 136 - color contains mainly: blue. Hex color #570B88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570B88 is #A8F477. Grayscale: #2F2F2F. Windows color (decimal): -11072632 or 8915799. OLE color: 8915799.

HSL color Cylindrical-coordinate representation of color #570B88: hue angle of 276.48º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #570B88 is Cyan = 0.36, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8711136-
CMYK0.360.9200.47
HSL276.48º85.03%28.82%-
HSV(B)276.48º91.91%53.33%-
XYZ8.494.0423.63-
YUV47.97177.68155.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.18%
GREEN value IS 11 (4.69% from 255) = 4.70%
BLUE value IS 136 (53.52% from 255) = 58.12%
R=37.18%
G=4.70%
B=58.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal87111360.360.9200.47276.4885.0328.82
Hex57B88245C02F114551d
Octal127132104413405742412535
Binary101011110111000100010010010111000101111100010100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570B88; }

 p { color: rgb(87,11,136); }

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

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

 a { background-color: rgb(87,11,136); }

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

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

 span { border-color: rgb(87,11,136); }

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