Html Css Color HEX #570874 Indigo

📋 copy color: '#570874'

red 87 ◦ green 8 ◦ blue 116

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

Shades of Indigo #570874

Tints of Indigo #570874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.79%

 BLUE value IS 116 (45.7% from 255) = 54.98%

R = 41.23%
G = 3.79%
B = 54.98%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#570874 (or 0x570874) is known color: Indigo. HEX triplet: 57, 08 and 74. RGB value is (87,8,116). Sum of RGB (Red+Green+Blue) = 87+8+116=211 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.23% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 116 (45.70% from 255 or 54.98% from 211); Max value from RGB is 116 - color contains mainly: blue. Hex color #570874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570874 is #A8F78B. Grayscale: #2B2B2B. Windows color (decimal): -11073420 or 7604311. OLE color: 7604311.

HSL color Cylindrical-coordinate representation of color #570874: hue angle of 283.89º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #570874 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 8 116 -
CMYK 0.25 0.93 0 0.55
HSL 283.89º 0.87% 0.24% -
HSV(B) 283.89º 0.93% 0.45% -
XYZ 7.17 3.46 16.81 -
YUV 43.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 87 8 116 0.25 0.93 0 0.55 283.89 0.87 0.24
Hex 57 8 74 19 5D 0 37 11C 57 18
Octal 127 10 164 31 135 0 67 434 127 30
Binary 1010111 1000 1110100 11001 1011101 0 110111 100011100 1010111 11000

Color Harmonies of #570874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570874

Black with #570874

Text Example


Text Example

White with #570874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570874; }

 p { color: rgb(87,8,116); }

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

background-color css

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

 a { background-color: rgb(87,8,116); }

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

border-color css

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

 span { border-color: rgb(87,8,116); }

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