#570584

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

Shades of Indigo #570584

Tints of Indigo #570584

Color information

#570584 (or 0x570584) is unknown color: approx Indigo. HEX triplet: 57, 05 and 84. RGB value is (87,5,132). Sum of RGB (Red+Green+Blue) = 87+5+132=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 5 (2.34% from 255 or 2.23% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #570584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #570584 is #A8FA7B. Grayscale: #2B2B2B. Windows color (decimal): -11074172 or 8652119. OLE color: 8652119.

HSL color Cylindrical-coordinate representation of color #570584: hue angle of 278.74º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #570584 is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB875132-
CMYK0.340.9600.48
HSL278.74º92.7%26.86%-
HSV(B)278.74º96.21%51.76%-
XYZ8.153.822.13-
YUV44177.67158.67-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.84%
GREEN value IS 5 (2.34% from 255) = 2.23%
BLUE value IS 132 (51.95% from 255) = 58.93%
R=38.84%
G=2.23%
B=58.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8751320.340.9600.48278.7492.726.86
Hex5758422600301175d1b
Octal12752044214006042713533
Binary10101111011000010010001011000000110000100010111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570584; }

 p { color: rgb(87,5,132); }

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

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

 a { background-color: rgb(87,5,132); }

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

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

 span { border-color: rgb(87,5,132); }

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