#4E0B6C

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

Shades of Indigo #4E0B6C

Tints of Indigo #4E0B6C

Color information

#4E0B6C (or 0x4E0B6C) is unknown color: approx Indigo. HEX triplet: 4E, 0B and 6C. RGB value is (78,11,108). Sum of RGB (Red+Green+Blue) = 78+11+108=197 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.59% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 108 (42.58% from 255 or 54.82% from 197); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E0B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0B6C is #B1F493. Grayscale: #292929. Windows color (decimal): -11662484 or 7080782. OLE color: 7080782.

HSL color Cylindrical-coordinate representation of color #4E0B6C: hue angle of 281.44º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4E0B6C is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7811108-
CMYK0.280.9000.58
HSL281.44º81.51%23.33%-
HSV(B)281.44º89.81%42.35%-
XYZ5.972.9414.44-
YUV42.09165.2153.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.59%
GREEN value IS 11 (4.69% from 255) = 5.58%
BLUE value IS 108 (42.58% from 255) = 54.82%
R=39.59%
G=5.58%
B=54.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78111080.280.9000.58281.4481.5123.33
Hex4EB6C1C5A03A1195217
Octal116131543413207243112227
Binary1001110101111011001110010110100111010100011001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,11,108); }

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

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

 a { background-color: rgb(78,11,108); }

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

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

 span { border-color: rgb(78,11,108); }

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