#58126E

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

Shades of Indigo #58126E

Tints of Indigo #58126E

Color information

#58126E (or 0x58126E) is unknown color: approx Indigo. HEX triplet: 58, 12 and 6E. RGB value is (88,18,110). Sum of RGB (Red+Green+Blue) = 88+18+110=216 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.74% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 110 (43.36% from 255 or 50.93% from 216); Max value from RGB is 110 - color contains mainly: blue. Hex color #58126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #58126E is #A7ED91. Grayscale: #313131. Windows color (decimal): -11005330 or 7213656. OLE color: 7213656.

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

Color convert

RGB8818110-
CMYK0.20.8400.57
HSL285.65º71.88%25.1%-
HSV(B)285.65º83.64%43.14%-
XYZ7.063.6315.08-
YUV49.42162.19155.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.74%
GREEN value IS 18 (7.42% from 255) = 8.33%
BLUE value IS 110 (43.36% from 255) = 50.93%
R=40.74%
G=8.33%
B=50.93%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal88181100.20.8400.57285.6571.8825.1
Hex58126E145403911e4819
Octal130221562412407143611031
Binary10110001001011011101010010101000111001100011110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58126E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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