Html Css Color HEX #571272 Indigo

📋 copy color: '#571272'

red 87 ◦ green 18 ◦ blue 114

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

Shades of Indigo #571272

Tints of Indigo #571272

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.22%

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

R = 39.73%
G = 8.22%
B = 52.05%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#571272 (or 0x571272) is known color: Indigo. HEX triplet: 57, 12 and 72. RGB value is (87,18,114). Sum of RGB (Red+Green+Blue) = 87+18+114=219 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.73% from 219); Green value is 18 (7.42% from 255 or 8.22% from 219); Blue value is 114 (44.92% from 255 or 52.05% from 219); Max value from RGB is 114 - color contains mainly: blue. Hex color #571272 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571272 is #A8ED8D. Grayscale: #313131. Windows color (decimal): -11070862 or 7475799. OLE color: 7475799.

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

Color convert

RGB 87 18 114 -
CMYK 0.24 0.84 0 0.55
HSL 283.13º 0.73% 0.26% -
HSV(B) 283.13º 0.84% 0.45% -
XYZ 7.18 3.67 16.25 -
YUV 49.58 164.36 154.69 -
System Red Green Blue C M Y K H S L
Decimal 87 18 114 0.24 0.84 0 0.55 283.13 0.73 0.26
Hex 57 12 72 18 54 0 37 11B 49 1A
Octal 127 22 162 30 124 0 67 433 111 32
Binary 1010111 10010 1110010 11000 1010100 0 110111 100011011 1001001 11010

Color Harmonies of #571272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571272

Black with #571272

Text Example


Text Example

White with #571272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571272; }

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

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

background-color css

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

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

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

border-color css

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

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

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