#4E006B

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

Shades of Indigo #4E006B

Tints of Indigo #4E006B

Color information

#4E006B (or 0x4E006B) is unknown color: approx Indigo. HEX triplet: 4E, 00 and 6B. RGB value is (78,0,107). Sum of RGB (Red+Green+Blue) = 78+0+107=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 107 (42.19% from 255 or 57.84% from 185); Max value from RGB is 107 - color contains mainly: blue. Hex color #4E006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E006B is #B1FF94. Grayscale: #232323. Windows color (decimal): -11665301 or 7012430. OLE color: 7012430.

HSL color Cylindrical-coordinate representation of color #4E006B: hue angle of 283.74º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E006B is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB780107-
CMYK0.27100.58
HSL283.74º100%20.98%-
HSV(B)283.74º100%41.96%-
XYZ5.82.6814.12-
YUV35.52168.34158.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 57.84%
R=42.16%
G=0%
B=57.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7801070.27100.58283.7410020.98
Hex4E06B1B6403A11c6415
Octal11601533314407243414425
Binary1001110011010111101111001000111010100011100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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