Html Css Color HEX #570870 Indigo

📋 copy color: '#570870'

red 87 ◦ green 8 ◦ blue 112

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

Shades of Indigo #570870

Tints of Indigo #570870

RGB

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

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

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

R = 42.03%
G = 3.86%
B = 54.11%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#570870 (or 0x570870) is known color: Indigo. HEX triplet: 57, 08 and 70. RGB value is (87,8,112). Sum of RGB (Red+Green+Blue) = 87+8+112=207 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.03% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #570870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570870 is #A8F78F. Grayscale: #2B2B2B. Windows color (decimal): -11073424 or 7342167. OLE color: 7342167.

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

Color convert

RGB 87 8 112 -
CMYK 0.22 0.93 0 0.56
HSL 285.58º 0.87% 0.24% -
HSV(B) 285.58º 0.93% 0.44% -
XYZ 6.94 3.37 15.61 -
YUV 43.48 166.67 159.04 -
System Red Green Blue C M Y K H S L
Decimal 87 8 112 0.22 0.93 0 0.56 285.58 0.87 0.24
Hex 57 8 70 16 5D 0 38 11E 57 18
Octal 127 10 160 26 135 0 70 436 127 30
Binary 1010111 1000 1110000 10110 1011101 0 111000 100011110 1010111 11000

Color Harmonies of #570870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570870

Black with #570870

Text Example


Text Example

White with #570870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570870; }

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

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

background-color css

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

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

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

border-color css

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

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

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