#580667

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

Shades of Indigo #580667

Tints of Indigo #580667

Color information

#580667 (or 0x580667) is unknown color: approx Indigo. HEX triplet: 58, 06 and 67. RGB value is (88,6,103). Sum of RGB (Red+Green+Blue) = 88+6+103=197 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.67% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 103 (40.62% from 255 or 52.28% from 197); Max value from RGB is 103 - color contains mainly: blue. Hex color #580667 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580667 is #A7F998. Grayscale: #292929. Windows color (decimal): -11008409 or 6751832. OLE color: 6751832.

HSL color Cylindrical-coordinate representation of color #580667: hue angle of 290.72º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580667 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB886103-
CMYK0.150.9400.60
HSL290.72º88.99%21.37%-
HSV(B)290.72º94.17%40.39%-
XYZ6.543.1813.1-
YUV41.58162.67161.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.67%
GREEN value IS 6 (2.73% from 255) = 3.05%
BLUE value IS 103 (40.62% from 255) = 52.28%
R=44.67%
G=3.05%
B=52.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8861030.150.9400.60290.7288.9921.37
Hex58667F5E03C1235915
Octal13061471713607444313125
Binary10110001101100111111110111100111100100100011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580667; }

 p { color: rgb(88,6,103); }

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

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

 a { background-color: rgb(88,6,103); }

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

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

 span { border-color: rgb(88,6,103); }

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