Html Css Color HEX #571172 Indigo

📋 copy color: '#571172'

red 87 ◦ green 17 ◦ blue 114

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

Shades of Indigo #571172

Tints of Indigo #571172

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.8%

 BLUE value IS 114 (44.92% from 255) = 52.29%

R = 39.91%
G = 7.8%
B = 52.29%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#571172 (or 0x571172) is known color: Indigo. HEX triplet: 57, 11 and 72. RGB value is (87,17,114). Sum of RGB (Red+Green+Blue) = 87+17+114=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #571172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571172 is #A8EE8D. Grayscale: #303030. Windows color (decimal): -11071118 or 7475543. OLE color: 7475543.

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

Color convert

RGB 87 17 114 -
CMYK 0.24 0.85 0 0.55
HSL 283.3º 0.74% 0.26% -
HSV(B) 283.3º 0.85% 0.45% -
XYZ 7.17 3.64 16.24 -
YUV 48.99 164.69 155.11 -
System Red Green Blue C M Y K H S L
Decimal 87 17 114 0.24 0.85 0 0.55 283.3 0.74 0.26
Hex 57 11 72 18 55 0 37 11B 4A 1A
Octal 127 21 162 30 125 0 67 433 112 32
Binary 1010111 10001 1110010 11000 1010101 0 110111 100011011 1001010 11010

Color Harmonies of #571172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571172

Black with #571172

Text Example


Text Example

White with #571172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571172; }

 p { color: rgb(87,17,114); }

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

background-color css

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

 a { background-color: rgb(87,17,114); }

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

border-color css

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

 span { border-color: rgb(87,17,114); }

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