#571272

Color #571272 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #571272

Tints of Indigo #571272

Color information

#571272 (or 0x571272) is unknown color: approx 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

RGB8718114-
CMYK0.240.8400.55
HSL283.12º72.73%25.88%-
HSV(B)283.12º84.21%44.71%-
XYZ7.183.6716.25-
YUV49.58164.36154.69-

RGB Variations

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

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 (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87181140.240.8400.55283.1272.7325.88
Hex571272185403711b491a
Octal127221623012406743311132
Binary10101111001011100101100010101000110111100011011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>