#4E0069

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

Shades of Indigo #4E0069

Tints of Indigo #4E0069

Color information

#4E0069 (or 0x4E0069) is unknown color: approx Indigo. HEX triplet: 4E, 00 and 69. RGB value is (78,0,105). Sum of RGB (Red+Green+Blue) = 78+0+105=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 105 (41.41% from 255 or 57.38% from 183); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E0069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0069 is #B1FF96. Grayscale: #222222. Windows color (decimal): -11665303 or 6881358. OLE color: 6881358.

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

Color convert

RGB780105-
CMYK0.26100.59
HSL284.57º100%20.59%-
HSV(B)284.57º100%41.18%-
XYZ5.692.6413.57-
YUV35.29167.34158.46-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 105 (41.41% from 255) = 57.38%
R=42.62%
G=0%
B=57.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7801050.26100.59284.5710020.59
Hex4E0691A6403B11d6415
Octal11601513214407343514425
Binary1001110011010011101011001000111011100011101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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