#58006E

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

Shades of Indigo #58006E

Tints of Indigo #58006E

Color information

#58006E (or 0x58006E) is unknown color: approx Indigo. HEX triplet: 58, 00 and 6E. RGB value is (88,0,110). Sum of RGB (Red+Green+Blue) = 88+0+110=198 (26% of max value = 765). Red value is 88 (34.77% from 255 or 44.44% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #58006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58006E is #A7FF91. Grayscale: #262626. Windows color (decimal): -11009938 or 7209048. OLE color: 7209048.

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

Color convert

RGB880110-
CMYK0.2100.57
HSL288º100%21.57%-
HSV(B)288º100%43.14%-
XYZ6.843.215.01-
YUV38.85168.15163.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 44.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 55.56%
R=44.44%
G=0%
B=55.56%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8801100.2100.5728810021.57
Hex5806E14640391206416
Octal13001562414407144014426
Binary1011000011011101010011001000111001100100000110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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