#4E0869

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

Shades of Indigo #4E0869

Tints of Indigo #4E0869

Color information

#4E0869 (or 0x4E0869) is unknown color: approx Indigo. HEX triplet: 4E, 08 and 69. RGB value is (78,8,105). Sum of RGB (Red+Green+Blue) = 78+8+105=191 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.84% from 191); Green value is 8 (3.52% from 255 or 4.19% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E0869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0869 is #B1F796. Grayscale: #272727. Windows color (decimal): -11663255 or 6883406. OLE color: 6883406.

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

Color convert

RGB788105-
CMYK0.260.9200.59
HSL283.3º85.84%22.16%-
HSV(B)283.3º92.38%41.18%-
XYZ5.782.8113.6-
YUV39.99164.69155.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 40.84%
GREEN value IS 8 (3.52% from 255) = 4.19%
BLUE value IS 105 (41.41% from 255) = 54.97%
R=40.84%
G=4.19%
B=54.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal7881050.260.9200.59283.385.8422.16
Hex4E8691A5C03B11b5616
Octal116101513213407343312626
Binary1001110100011010011101010111000111011100011011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E0869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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