#58017D

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

Shades of Indigo #58017D

Tints of Indigo #58017D

Color information

#58017D (or 0x58017D) is unknown color: approx Indigo. HEX triplet: 58, 01 and 7D. RGB value is (88,1,125). Sum of RGB (Red+Green+Blue) = 88+1+125=214 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.12% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 125 (49.22% from 255 or 58.41% from 214); Max value from RGB is 125 - color contains mainly: blue. Hex color #58017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58017D is #A7FE82. Grayscale: #282828. Windows color (decimal): -11009667 or 8192344. OLE color: 8192344.

HSL color Cylindrical-coordinate representation of color #58017D: hue angle of 282.1º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58017D is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB881125-
CMYK0.300.9900.51
HSL282.1º98.41%24.71%-
HSV(B)282.1º99.2%49.02%-
XYZ7.743.5819.68-
YUV41.15175.32161.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.12%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 125 (49.22% from 255) = 58.41%
R=41.12%
G=0.47%
B=58.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal8811250.300.9900.51282.198.4124.71
Hex5817D1E6303311a6219
Octal13011753614306343214231
Binary1011000111111011111011000110110011100011010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58017D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,1,125); }

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

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

 a { background-color: rgb(88,1,125); }

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

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

 span { border-color: rgb(88,1,125); }

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