Html Css Color HEX #4E1069 Indigo

📋 copy color: '#4E1069'

red 78 ◦ green 16 ◦ blue 105

#4E1069
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #4E1069

Tints of Indigo #4E1069

RGB

 RED value IS 78 (30.86% from 255) = 39.2%

 GREEN value IS 16 (6.64% from 255) = 8.04%

 BLUE value IS 105 (41.41% from 255) = 52.76%

R = 39.2%
G = 8.04%
B = 52.76%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4E1069 (or 0x4E1069) is known color: Indigo. HEX triplet: 4E, 10 and 69. RGB value is (78,16,105). Sum of RGB (Red+Green+Blue) = 78+16+105=199 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.20% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #4E1069 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1069 is #B1EF96. Grayscale: #2C2C2C. Windows color (decimal): -11661207 or 6885454. OLE color: 6885454.

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

Color convert

RGB 78 16 105 -
CMYK 0.26 0.85 0 0.59
HSL 281.8º 0.74% 0.24% -
HSV(B) 281.8º 0.85% 0.41% -
XYZ 5.88 3.01 13.64 -
YUV 44.68 162.04 151.76 -
System Red Green Blue C M Y K H S L
Decimal 78 16 105 0.26 0.85 0 0.59 281.8 0.74 0.24
Hex 4E 10 69 1A 55 0 3B 11A 4A 18
Octal 116 20 151 32 125 0 73 432 112 30
Binary 1001110 10000 1101001 11010 1010101 0 111011 100011010 1001010 11000

Color Harmonies of #4E1069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1069

Black with #4E1069

Text Example


Text Example

White with #4E1069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E1069;
 }
 .AnyTagClassName
 {
   color: #4E1069;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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