#571595

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

Shades of Indigo #571595

Tints of Indigo #571595

Color information

#571595 (or 0x571595) is unknown color: approx Indigo. HEX triplet: 57, 15 and 95. RGB value is (87,21,149). Sum of RGB (Red+Green+Blue) = 87+21+149=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #571595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571595 is #A8EA6A. Grayscale: #363636. Windows color (decimal): -11070059 or 9770327. OLE color: 9770327.

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

Color convert

RGB8721149-
CMYK0.420.8600.42
HSL270.94º75.29%33.33%-
HSV(B)270.94º85.91%58.43%-
XYZ9.624.7328.84-
YUV55.33180.87150.59-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.85%
GREEN value IS 21 (8.59% from 255) = 8.17%
BLUE value IS 149 (58.59% from 255) = 57.98%
R=33.85%
G=8.17%
B=57.98%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87211490.420.8600.42270.9475.2933.33
Hex5715952A5602A10f4b21
Octal127252255212605241711341
Binary10101111010110010101101010101011001010101000011111001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571595; }

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

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

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

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

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

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

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

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