Html Css Color HEX #571672 Indigo

📋 copy color: '#571672'

red 87 ◦ green 22 ◦ blue 114

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

Shades of Indigo #571672

Tints of Indigo #571672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.87%

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

R = 39.01%
G = 9.87%
B = 51.12%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#571672 (or 0x571672) is known color: Indigo. HEX triplet: 57, 16 and 72. RGB value is (87,22,114). Sum of RGB (Red+Green+Blue) = 87+22+114=223 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.01% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #571672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571672 is #A8E98D. Grayscale: #333333. Windows color (decimal): -11069838 or 7476823. OLE color: 7476823.

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

Color convert

RGB 87 22 114 -
CMYK 0.24 0.81 0 0.55
HSL 282.39º 0.68% 0.27% -
HSV(B) 282.39º 0.81% 0.45% -
XYZ 7.25 3.81 16.27 -
YUV 51.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 87 22 114 0.24 0.81 0 0.55 282.39 0.68 0.27
Hex 57 16 72 18 51 0 37 11A 44 1B
Octal 127 26 162 30 121 0 67 432 104 33
Binary 1010111 10110 1110010 11000 1010001 0 110111 100011010 1000100 11011

Color Harmonies of #571672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571672

Black with #571672

Text Example


Text Example

White with #571672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571672; }

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

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

background-color css

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

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

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

border-color css

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

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

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