Html Css Color HEX #570470 Indigo

📋 copy color: '#570470'

red 87 ◦ green 4 ◦ blue 112

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

Shades of Indigo #570470

Tints of Indigo #570470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.97%

 BLUE value IS 112 (44.14% from 255) = 55.17%

R = 42.86%
G = 1.97%
B = 55.17%

CMYK

 C value IS 0.22

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#570470 (or 0x570470) is known color: Indigo. HEX triplet: 57, 04 and 70. RGB value is (87,4,112). Sum of RGB (Red+Green+Blue) = 87+4+112=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #570470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570470 is #A8FB8F. Grayscale: #282828. Windows color (decimal): -11074448 or 7341143. OLE color: 7341143.

HSL color Cylindrical-coordinate representation of color #570470: hue angle of 286.11º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #570470 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 4 112 -
CMYK 0.22 0.96 0 0.56
HSL 286.11º 0.93% 0.23% -
HSV(B) 286.11º 0.96% 0.44% -
XYZ 6.9 3.28 15.6 -
YUV 41.13 168 160.72 -
System Red Green Blue C M Y K H S L
Decimal 87 4 112 0.22 0.96 0 0.56 286.11 0.93 0.23
Hex 57 4 70 16 60 0 38 11E 5D 17
Octal 127 4 160 26 140 0 70 436 135 27
Binary 1010111 100 1110000 10110 1100000 0 111000 100011110 1011101 10111

Color Harmonies of #570470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570470

Black with #570470

Text Example


Text Example

White with #570470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570470; }

 p { color: rgb(87,4,112); }

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

background-color css

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

 a { background-color: rgb(87,4,112); }

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

border-color css

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

 span { border-color: rgb(87,4,112); }

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