#5E0C6D

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

Shades of Indigo #5E0C6D

Tints of Indigo #5E0C6D

Color information

#5E0C6D (or 0x5E0C6D) is unknown color: approx Indigo. HEX triplet: 5E, 0C and 6D. RGB value is (94,12,109). Sum of RGB (Red+Green+Blue) = 94+12+109=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 109 (42.97% from 255 or 50.70% from 215); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E0C6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0C6D is #A1F392. Grayscale: #2F2F2F. Windows color (decimal): -10613651 or 7146590. OLE color: 7146590.

HSL color Cylindrical-coordinate representation of color #5E0C6D: hue angle of 290.72º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E0C6D is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9412109-
CMYK0.140.8900.57
HSL290.72º80.17%23.73%-
HSV(B)290.72º88.99%42.75%-
XYZ7.513.7514.8-
YUV47.58162.67161.11-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 43.72%
GREEN value IS 12 (5.08% from 255) = 5.58%
BLUE value IS 109 (42.97% from 255) = 50.70%
R=43.72%
G=5.58%
B=50.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal94121090.140.8900.57290.7280.1723.73
Hex5EC6DE590391235018
Octal136141551613107144312030
Binary101111011001101101111010110010111001100100011101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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