#571592

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

Shades of Indigo #571592

Tints of Indigo #571592

Color information

#571592 (or 0x571592) is unknown color: approx Indigo. HEX triplet: 57, 15 and 92. RGB value is (87,21,146). Sum of RGB (Red+Green+Blue) = 87+21+146=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #571592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571592 is #A8EA6D. Grayscale: #363636. Windows color (decimal): -11070062 or 9573719. OLE color: 9573719.

HSL color Cylindrical-coordinate representation of color #571592: hue angle of 271.68º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #571592 is Cyan = 0.40, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8721146-
CMYK0.400.8600.43
HSL271.68º74.85%32.75%-
HSV(B)271.68º85.62%57.25%-
XYZ9.394.6427.59-
YUV54.98179.37150.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.25%
GREEN value IS 21 (8.59% from 255) = 8.27%
BLUE value IS 146 (57.42% from 255) = 57.48%
R=34.25%
G=8.27%
B=57.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal87211460.400.8600.43271.6874.8532.75
Hex571592285602B1104b21
Octal127252225012605342011341
Binary10101111010110010010101000101011001010111000100001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571592; }

 p { color: rgb(87,21,146); }

 H1.HeaderClassName
 {
   color: #571592;
 }
 .AnyTagClassName
 {
   color: #571592;
 }
</style>
background-color css

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

 a { background-color: rgb(87,21,146); }

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

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

 span { border-color: rgb(87,21,146); }

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