#58129C

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

Shades of Indigo #58129C

Tints of Indigo #58129C

Color information

#58129C (or 0x58129C) is unknown color: approx Indigo. HEX triplet: 58, 12 and 9C. RGB value is (88,18,156). Sum of RGB (Red+Green+Blue) = 88+18+156=262 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.59% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #58129C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #58129C is #A7ED63. Grayscale: #363636. Windows color (decimal): -11005284 or 10228312. OLE color: 10228312.

HSL color Cylindrical-coordinate representation of color #58129C: hue angle of 270.43º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #58129C is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8818156-
CMYK0.440.8800.39
HSL270.43º79.31%34.12%-
HSV(B)270.43º88.46%61.18%-
XYZ10.244.9131.86-
YUV54.66185.19151.78-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 33.59%
GREEN value IS 18 (7.42% from 255) = 6.87%
BLUE value IS 156 (61.33% from 255) = 59.54%
R=33.59%
G=6.87%
B=59.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88181560.440.8800.39270.4379.3134.12
Hex58129C2C5802710e4f22
Octal130222345413004741611742
Binary10110001001010011100101100101100001001111000011101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58129C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58129C; }

 p { color: rgb(88,18,156); }

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

<style>
 a { background-color: #58129C; }

 a { background-color: rgb(88,18,156); }

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

<style>
 span { border-color: #58129C; }

 span { border-color: rgb(88,18,156); }

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