Html Css Color HEX #4E1068 Indigo

📋 copy color: '#4E1068'

red 78 ◦ green 16 ◦ blue 104

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

Shades of Indigo #4E1068

Tints of Indigo #4E1068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 52.53%

R = 39.39%
G = 8.08%
B = 52.53%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4E1068 (or 0x4E1068) is known color: Indigo. HEX triplet: 4E, 10 and 68. RGB value is (78,16,104). Sum of RGB (Red+Green+Blue) = 78+16+104=198 (26% of max value = 765). Red value is 78 (30.86% from 255 or 39.39% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E1068 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1068 is #B1EF97. Grayscale: #2C2C2C. Windows color (decimal): -11661208 or 6819918. OLE color: 6819918.

HSL color Cylindrical-coordinate representation of color #4E1068: hue angle of 282.27º degrees, saturation: 0.73, 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 #4E1068 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 78 16 104 -
CMYK 0.25 0.85 0 0.59
HSL 282.27º 0.73% 0.24% -
HSV(B) 282.27º 0.85% 0.41% -
XYZ 5.83 2.99 13.37 -
YUV 44.57 161.54 151.84 -
System Red Green Blue C M Y K H S L
Decimal 78 16 104 0.25 0.85 0 0.59 282.27 0.73 0.24
Hex 4E 10 68 19 55 0 3B 11A 49 18
Octal 116 20 150 31 125 0 73 432 111 30
Binary 1001110 10000 1101000 11001 1010101 0 111011 100011010 1001001 11000

Color Harmonies of #4E1068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1068

Black with #4E1068

Text Example


Text Example

White with #4E1068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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