#58096F

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

Shades of Indigo #58096F

Tints of Indigo #58096F

Color information

#58096F (or 0x58096F) is unknown color: approx Indigo. HEX triplet: 58, 09 and 6F. RGB value is (88,9,111). Sum of RGB (Red+Green+Blue) = 88+9+111=208 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.31% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #58096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58096F is #A7F690. Grayscale: #2B2B2B. Windows color (decimal): -11007633 or 7276888. OLE color: 7276888.

HSL color Cylindrical-coordinate representation of color #58096F: hue angle of 286.47º 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 #58096F is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB889111-
CMYK0.210.9200.56
HSL286.47º85%23.53%-
HSV(B)286.47º91.89%43.53%-
XYZ6.993.4215.33-
YUV44.25165.67159.21-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 42.31%
GREEN value IS 9 (3.91% from 255) = 4.33%
BLUE value IS 111 (43.75% from 255) = 53.37%
R=42.31%
G=4.33%
B=53.37%

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
Decimal8891110.210.9200.56286.478523.53
Hex5896F155C03811e5518
Octal130111572513407043612530
Binary1011000100111011111010110111000111000100011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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