#571895

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

Shades of Indigo #571895

Tints of Indigo #571895

Color information

#571895 (or 0x571895) is unknown color: approx Indigo. HEX triplet: 57, 18 and 95. RGB value is (87,24,149). Sum of RGB (Red+Green+Blue) = 87+24+149=260 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.46% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #571895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571895 is #A8E76A. Grayscale: #383838. Windows color (decimal): -11069291 or 9771095. OLE color: 9771095.

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

Color convert

RGB8724149-
CMYK0.420.8400.42
HSL270.24º72.25%33.92%-
HSV(B)270.24º83.89%58.43%-
XYZ9.684.8528.86-
YUV57.09179.87149.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.46%
GREEN value IS 24 (9.77% from 255) = 9.23%
BLUE value IS 149 (58.59% from 255) = 57.31%
R=33.46%
G=9.23%
B=57.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal87241490.420.8400.42270.2472.2533.92
Hex5718952A5402A10e4822
Octal127302255212405241611042
Binary10101111100010010101101010101010001010101000011101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571895; }

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

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

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

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

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

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

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

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