#4E0B6B

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

Shades of Indigo #4E0B6B

Tints of Indigo #4E0B6B

Color information

#4E0B6B (or 0x4E0B6B) is unknown color: approx Indigo. HEX triplet: 4E, 0B and 6B. RGB value is (78,11,107). Sum of RGB (Red+Green+Blue) = 78+11+107=196 (25% of max value = 765). Red value is 78 (30.86% from 255 or 39.80% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 107 (42.19% from 255 or 54.59% from 196); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E0B6B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0B6B is #B1F494. Grayscale: #292929. Windows color (decimal): -11662485 or 7015246. OLE color: 7015246.

HSL color Cylindrical-coordinate representation of color #4E0B6B: hue angle of 281.88º degrees, saturation: 0.81, 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 #4E0B6B is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7811107-
CMYK0.270.9000.58
HSL281.88º81.36%23.14%-
HSV(B)281.88º89.72%41.96%-
XYZ5.922.9214.16-
YUV41.98164.7153.69-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 39.80%
GREEN value IS 11 (4.69% from 255) = 5.61%
BLUE value IS 107 (42.19% from 255) = 54.59%
R=39.80%
G=5.61%
B=54.59%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78111070.270.9000.58281.8881.3623.14
Hex4EB6B1B5A03A11a5117
Octal116131533313207243212127
Binary1001110101111010111101110110100111010100011010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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