#580B69

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

Shades of Indigo #580B69

Tints of Indigo #580B69

Color information

#580B69 (or 0x580B69) is unknown color: approx Indigo. HEX triplet: 58, 0B and 69. RGB value is (88,11,105). Sum of RGB (Red+Green+Blue) = 88+11+105=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 105 (41.41% from 255 or 51.47% from 204); Max value from RGB is 105 - color contains mainly: blue. Hex color #580B69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #580B69 is #A7F496. Grayscale: #2C2C2C. Windows color (decimal): -11007127 or 6884184. OLE color: 6884184.

HSL color Cylindrical-coordinate representation of color #580B69: hue angle of 289.15º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580B69 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8811105-
CMYK0.160.9000.59
HSL289.15º81.03%22.75%-
HSV(B)289.15º89.52%41.18%-
XYZ6.693.3313.66-
YUV44.74162.01158.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 43.14%
GREEN value IS 11 (4.69% from 255) = 5.39%
BLUE value IS 105 (41.41% from 255) = 51.47%
R=43.14%
G=5.39%
B=51.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal88111050.160.9000.59289.1581.0322.75
Hex58B69105A03B1215117
Octal130131512013207344112127
Binary1011000101111010011000010110100111011100100001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580B69; }

 p { color: rgb(88,11,105); }

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

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

 a { background-color: rgb(88,11,105); }

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

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

 span { border-color: rgb(88,11,105); }

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