#4E0F6D

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

Shades of Indigo #4E0F6D

Tints of Indigo #4E0F6D

Color information

#4E0F6D (or 0x4E0F6D) is unknown color: approx Indigo. HEX triplet: 4E, 0F and 6D. RGB value is (78,15,109). Sum of RGB (Red+Green+Blue) = 78+15+109=202 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.61% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 109 (42.97% from 255 or 53.96% from 202); Max value from RGB is 109 - color contains mainly: blue. Hex color #4E0F6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0F6D is #B1F092. Grayscale: #2C2C2C. Windows color (decimal): -11661459 or 7147342. OLE color: 7147342.

HSL color Cylindrical-coordinate representation of color #4E0F6D: hue angle of 280.21º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4E0F6D is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7815109-
CMYK0.280.8600.57
HSL280.21º75.81%24.31%-
HSV(B)280.21º86.24%42.75%-
XYZ6.073.0714.74-
YUV44.55164.37151.86-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 38.61%
GREEN value IS 15 (6.25% from 255) = 7.43%
BLUE value IS 109 (42.97% from 255) = 53.96%
R=38.61%
G=7.43%
B=53.96%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal78151090.280.8600.57280.2175.8124.31
Hex4EF6D1C560391184c18
Octal116171553412607143011430
Binary1001110111111011011110010101100111001100011000100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E0F6D; }

 p { color: rgb(78,15,109); }

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

<style>
 a { background-color: #4E0F6D; }

 a { background-color: rgb(78,15,109); }

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

<style>
 span { border-color: #4E0F6D; }

 span { border-color: rgb(78,15,109); }

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