#580870

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

Shades of Indigo #580870

Tints of Indigo #580870

Color information

#580870 (or 0x580870) is unknown color: approx Indigo. HEX triplet: 58, 08 and 70. RGB value is (88,8,112). Sum of RGB (Red+Green+Blue) = 88+8+112=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #580870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580870 is #A7F78F. Grayscale: #2B2B2B. Windows color (decimal): -11007888 or 7342168. OLE color: 7342168.

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

Color convert

RGB888112-
CMYK0.210.9300.56
HSL286.15º86.67%23.53%-
HSV(B)286.15º92.86%43.92%-
XYZ7.043.4215.62-
YUV43.78166.5159.54-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.31%
GREEN value IS 8 (3.52% from 255) = 3.85%
BLUE value IS 112 (44.14% from 255) = 53.85%
R=42.31%
G=3.85%
B=53.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8881120.210.9300.56286.1586.6723.53
Hex58870155D03811e5718
Octal130101602513507043612730
Binary1011000100011100001010110111010111000100011110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580870; }

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

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

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

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

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

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

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

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