Html Css Color HEX #570477 Indigo

📋 copy color: '#570477'

red 87 ◦ green 4 ◦ blue 119

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

Shades of Indigo #570477

Tints of Indigo #570477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.67%

R = 41.43%
G = 1.9%
B = 56.67%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#570477 (or 0x570477) is known color: Indigo. HEX triplet: 57, 04 and 77. RGB value is (87,4,119). Sum of RGB (Red+Green+Blue) = 87+4+119=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 119 (46.88% from 255 or 56.67% from 210); Max value from RGB is 119 - color contains mainly: blue. Hex color #570477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570477 is #A8FB88. Grayscale: #292929. Windows color (decimal): -11074441 or 7799895. OLE color: 7799895.

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

Color convert

RGB 87 4 119 -
CMYK 0.27 0.97 0 0.53
HSL 283.3º 0.93% 0.24% -
HSV(B) 283.3º 0.97% 0.47% -
XYZ 7.3 3.44 17.73 -
YUV 41.93 171.5 160.15 -
System Red Green Blue C M Y K H S L
Decimal 87 4 119 0.27 0.97 0 0.53 283.3 0.93 0.24
Hex 57 4 77 1B 61 0 35 11B 5D 18
Octal 127 4 167 33 141 0 65 433 135 30
Binary 1010111 100 1110111 11011 1100001 0 110101 100011011 1011101 11000

Color Harmonies of #570477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570477

Black with #570477

Text Example


Text Example

White with #570477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570477; }

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

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

background-color css

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

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

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

border-color css

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

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

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