Html Css Color HEX #570588 Indigo

📋 copy color: '#570588'

red 87 ◦ green 5 ◦ blue 136

#570588
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #570588

Tints of Indigo #570588

RGB

 RED value IS 87 (34.38% from 255) = 38.16%

 GREEN value IS 5 (2.34% from 255) = 2.19%

 BLUE value IS 136 (53.52% from 255) = 59.65%

R = 38.16%
G = 2.19%
B = 59.65%

CMYK

 C value IS 0.36

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#570588 (or 0x570588) is known color: Indigo. HEX triplet: 57, 05 and 88. RGB value is (87,5,136). Sum of RGB (Red+Green+Blue) = 87+5+136=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 136 (53.52% from 255 or 59.65% from 228); Max value from RGB is 136 - color contains mainly: blue. Hex color #570588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570588 is #A8FA77. Grayscale: #2C2C2C. Windows color (decimal): -11074168 or 8914263. OLE color: 8914263.

HSL color Cylindrical-coordinate representation of color #570588: hue angle of 277.56º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #570588 is Cyan = 0.36, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 5 136 -
CMYK 0.36 0.96 0 0.47
HSL 277.56º 0.93% 0.28% -
HSV(B) 277.56º 0.96% 0.53% -
XYZ 8.43 3.91 23.6 -
YUV 44.45 179.67 158.35 -
System Red Green Blue C M Y K H S L
Decimal 87 5 136 0.36 0.96 0 0.47 277.56 0.93 0.28
Hex 57 5 88 24 60 0 2F 116 5D 1C
Octal 127 5 210 44 140 0 57 426 135 34
Binary 1010111 101 10001000 100100 1100000 0 101111 100010110 1011101 11100

Color Harmonies of #570588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570588

Black with #570588

Text Example


Text Example

White with #570588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570588; }

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

 H1.HeaderClassName
 {
   color: #570588;
 }
 .AnyTagClassName
 {
   color: #570588;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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