#58029F

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

Shades of Indigo #58029F

Tints of Indigo #58029F

Color information

#58029F (or 0x58029F) is unknown color: approx Indigo. HEX triplet: 58, 02 and 9F. RGB value is (88,2,159). Sum of RGB (Red+Green+Blue) = 88+2+159=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #58029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58029F is #A7FD60. Grayscale: #2D2D2D. Windows color (decimal): -11009377 or 10420824. OLE color: 10420824.

HSL color Cylindrical-coordinate representation of color #58029F: hue angle of 272.87º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58029F is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB882159-
CMYK0.450.9900.38
HSL272.87º97.52%31.57%-
HSV(B)272.87º98.74%62.35%-
XYZ10.34.6233.15-
YUV45.61191.99158.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.34%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 159 (62.5% from 255) = 63.86%
R=35.34%
G=0.80%
B=63.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8821590.450.9900.38272.8797.5231.57
Hex5829F2D630261116220
Octal13022375514304642114240
Binary10110001010011111101101110001101001101000100011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58029F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,2,159); }

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

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

 a { background-color: rgb(88,2,159); }

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

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

 span { border-color: rgb(88,2,159); }

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