#58029D

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

Shades of Indigo #58029D

Tints of Indigo #58029D

Color information

#58029D (or 0x58029D) is unknown color: approx Indigo. HEX triplet: 58, 02 and 9D. RGB value is (88,2,157). Sum of RGB (Red+Green+Blue) = 88+2+157=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 2 (1.17% from 255 or 0.81% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #58029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58029D is #A7FD62. Grayscale: #2C2C2C. Windows color (decimal): -11009379 or 10289752. OLE color: 10289752.

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

Color convert

RGB882157-
CMYK0.440.9900.38
HSL273.29º97.48%31.18%-
HSV(B)273.29º98.73%61.57%-
XYZ10.134.5532.24-
YUV45.38190.99158.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.63%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 157 (61.72% from 255) = 63.56%
R=35.63%
G=0.81%
B=63.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8821570.440.9900.38273.2997.4831.18
Hex5829D2C63026111611f
Octal13022355414304642114137
Binary1011000101001110110110011000110100110100010001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58029D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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