#58006A

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

Shades of Indigo #58006A

Tints of Indigo #58006A

Color information

#58006A (or 0x58006A) is unknown color: approx Indigo. HEX triplet: 58, 00 and 6A. RGB value is (88,0,106). Sum of RGB (Red+Green+Blue) = 88+0+106=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 0 (0.39% from 255 or 0% from 194); Blue value is 106 (41.80% from 255 or 54.64% from 194); Max value from RGB is 106 - color contains mainly: blue. Hex color #58006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58006A is #A7FF95. Grayscale: #262626. Windows color (decimal): -11009942 or 6946904. OLE color: 6946904.

HSL color Cylindrical-coordinate representation of color #58006A: hue angle of 289.81º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #58006A is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB880106-
CMYK0.17100.58
HSL289.81º100%20.78%-
HSV(B)289.81º100%41.57%-
XYZ6.633.1213.89-
YUV38.4166.15163.38-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 45.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 54.64%
R=45.36%
G=0%
B=54.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8801060.17100.58289.8110020.78
Hex5806A116403A1226415
Octal13001522114407244214425
Binary1011000011010101000111001000111010100100010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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