#580970

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

Shades of Indigo #580970

Tints of Indigo #580970

Color information

#580970 (or 0x580970) is unknown color: approx Indigo. HEX triplet: 58, 09 and 70. RGB value is (88,9,112). Sum of RGB (Red+Green+Blue) = 88+9+112=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #580970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580970 is #A7F68F. Grayscale: #2C2C2C. Windows color (decimal): -11007632 or 7342424. OLE color: 7342424.

HSL color Cylindrical-coordinate representation of color #580970: hue angle of 286.02º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580970 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB889112-
CMYK0.210.9200.56
HSL286.02º85.12%23.73%-
HSV(B)286.02º91.96%43.92%-
XYZ7.053.4415.62-
YUV44.36166.17159.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.11%
GREEN value IS 9 (3.91% from 255) = 4.31%
BLUE value IS 112 (44.14% from 255) = 53.59%
R=42.11%
G=4.31%
B=53.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8891120.210.9200.56286.0285.1223.73
Hex58970155C03811e5518
Octal130111602513407043612530
Binary1011000100111100001010110111000111000100011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580970; }

 p { color: rgb(88,9,112); }

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

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

 a { background-color: rgb(88,9,112); }

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

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

 span { border-color: rgb(88,9,112); }

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