#58096E

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

Shades of Indigo #58096E

Tints of Indigo #58096E

Color information

#58096E (or 0x58096E) is unknown color: approx Indigo. HEX triplet: 58, 09 and 6E. RGB value is (88,9,110). Sum of RGB (Red+Green+Blue) = 88+9+110=207 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.51% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #58096E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58096E is #A7F691. Grayscale: #2B2B2B. Windows color (decimal): -11007634 or 7211352. OLE color: 7211352.

HSL color Cylindrical-coordinate representation of color #58096E: hue angle of 286.93º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #58096E is Cyan = 0.2, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB889110-
CMYK0.20.9200.57
HSL286.93º84.87%23.33%-
HSV(B)286.93º91.82%43.14%-
XYZ6.943.415.04-
YUV44.14165.17159.29-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.51%
GREEN value IS 9 (3.91% from 255) = 4.35%
BLUE value IS 110 (43.36% from 255) = 53.14%
R=42.51%
G=4.35%
B=53.14%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8891100.20.9200.57286.9384.8723.33
Hex5896E145C03911f5517
Octal130111562413407143712527
Binary1011000100111011101010010111000111001100011111101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58096E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58096E; }

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

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

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

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

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

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

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

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