#571290

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

Shades of Indigo #571290

Tints of Indigo #571290

Color information

#571290 (or 0x571290) is unknown color: approx Indigo. HEX triplet: 57, 12 and 90. RGB value is (87,18,144). Sum of RGB (Red+Green+Blue) = 87+18+144=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #571290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #571290 is #A8ED6F. Grayscale: #343434. Windows color (decimal): -11070832 or 9441879. OLE color: 9441879.

HSL color Cylindrical-coordinate representation of color #571290: hue angle of 272.86º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #571290 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8718144-
CMYK0.400.8800.44
HSL272.86º77.78%31.76%-
HSV(B)272.86º87.5%56.47%-
XYZ9.184.4726.76-
YUV52.99179.36152.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.94%
GREEN value IS 18 (7.42% from 255) = 7.23%
BLUE value IS 144 (56.64% from 255) = 57.83%
R=34.94%
G=7.23%
B=57.83%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87181440.400.8800.44272.8677.7831.76
Hex571290285802C1114e20
Octal127222205013005442111640
Binary10101111001010010000101000101100001011001000100011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571290; }

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

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

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

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

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

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

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

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