Html Css Color HEX #571770 Indigo

📋 copy color: '#571770'

red 87 ◦ green 23 ◦ blue 112

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

Shades of Indigo #571770

Tints of Indigo #571770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.36%

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

R = 39.19%
G = 10.36%
B = 50.45%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#571770 (or 0x571770) is known color: Indigo. HEX triplet: 57, 17 and 70. RGB value is (87,23,112). Sum of RGB (Red+Green+Blue) = 87+23+112=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 112 (44.14% from 255 or 50.45% from 222); Max value from RGB is 112 - color contains mainly: blue. Hex color #571770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571770 is #A8E88F. Grayscale: #333333. Windows color (decimal): -11069584 or 7346007. OLE color: 7346007.

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

Color convert

RGB 87 23 112 -
CMYK 0.22 0.79 0 0.56
HSL 283.15º 0.66% 0.26% -
HSV(B) 283.15º 0.79% 0.44% -
XYZ 7.16 3.81 15.69 -
YUV 52.28 161.7 152.76 -
System Red Green Blue C M Y K H S L
Decimal 87 23 112 0.22 0.79 0 0.56 283.15 0.66 0.26
Hex 57 17 70 16 4F 0 38 11B 42 1A
Octal 127 27 160 26 117 0 70 433 102 32
Binary 1010111 10111 1110000 10110 1001111 0 111000 100011011 1000010 11010

Color Harmonies of #571770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571770

Black with #571770

Text Example


Text Example

White with #571770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571770; }

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

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

background-color css

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

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

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

border-color css

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

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

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