#5e0c8c

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

Shades of Indigo #5E0C8C

Tints of Indigo #5E0C8C

Color information

#5E0C8C (or 0x5E0C8C) is unknown color: approx Indigo. HEX triplet: 5E, 0C and 8C. RGB value is (94,12,140). Sum of RGB (Red+Green+Blue) = 94+12+140=246 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.21% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #5E0C8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0C8C is #A1F373. Grayscale: #323232. Windows color (decimal): -10613620 or 9178206. OLE color: 9178206.

HSL color Cylindrical-coordinate representation of color #5E0C8C: hue angle of 278.44º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E0C8C is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9412140-
CMYK0.330.9100.45
HSL278.44º84.21%29.8%-
HSV(B)278.44º91.43%54.9%-
XYZ9.484.5425.19-
YUV51.11178.17158.59-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.21%
GREEN value IS 12 (5.08% from 255) = 4.88%
BLUE value IS 140 (55.08% from 255) = 56.91%
R=38.21%
G=4.88%
B=56.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94121400.330.9100.45278.4484.2129.8
Hex5EC8C215B02D116541e
Octal136142144113305542612436
Binary101111011001000110010000110110110101101100010110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5e0c8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5e0c8c; }

 p { color: rgb(94,12,140); }

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

<style>
 a { background-color: #5e0c8c; }

 a { background-color: rgb(94,12,140); }

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

<style>
 span { border-color: #5e0c8c; }

 span { border-color: rgb(94,12,140); }

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