#5E0E7C

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

Shades of Indigo #5E0E7C

Tints of Indigo #5E0E7C

Color information

#5E0E7C (or 0x5E0E7C) is unknown color: approx Indigo. HEX triplet: 5E, 0E and 7C. RGB value is (94,14,124). Sum of RGB (Red+Green+Blue) = 94+14+124=232 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.52% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E0E7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0E7C is #A1F183. Grayscale: #323232. Windows color (decimal): -10613124 or 8130142. OLE color: 8130142.

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

Color convert

RGB9414124-
CMYK0.240.8900.51
HSL283.64º79.71%27.06%-
HSV(B)283.64º88.71%48.63%-
XYZ8.414.1519.43-
YUV50.46169.5159.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.52%
GREEN value IS 14 (5.86% from 255) = 6.03%
BLUE value IS 124 (48.83% from 255) = 53.45%
R=40.52%
G=6.03%
B=53.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal94141240.240.8900.51283.6479.7127.06
Hex5EE7C185903311c501b
Octal136161743013106343412033
Binary1011110111011111001100010110010110011100011100101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,14,124); }

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

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

 a { background-color: rgb(94,14,124); }

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

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

 span { border-color: rgb(94,14,124); }

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