Html Css Color HEX #4E0C68 Indigo

📋 copy color: '#4E0C68'

red 78 ◦ green 12 ◦ blue 104

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

Shades of Indigo #4E0C68

Tints of Indigo #4E0C68

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.19%

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

R = 40.21%
G = 6.19%
B = 53.61%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4E0C68 (or 0x4E0C68) is known color: Indigo. HEX triplet: 4E, 0C and 68. RGB value is (78,12,104). Sum of RGB (Red+Green+Blue) = 78+12+104=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 12 (5.08% from 255 or 6.19% from 194); Blue value is 104 (41.02% from 255 or 53.61% from 194); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E0C68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0C68 is #B1F397. Grayscale: #292929. Windows color (decimal): -11662232 or 6818894. OLE color: 6818894.

HSL color Cylindrical-coordinate representation of color #4E0C68: hue angle of 283.04º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E0C68 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 78 12 104 -
CMYK 0.25 0.88 0 0.59
HSL 283.04º 0.79% 0.23% -
HSV(B) 283.04º 0.88% 0.41% -
XYZ 5.77 2.88 13.35 -
YUV 42.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 78 12 104 0.25 0.88 0 0.59 283.04 0.79 0.23
Hex 4E C 68 19 58 0 3B 11B 4F 17
Octal 116 14 150 31 130 0 73 433 117 27
Binary 1001110 1100 1101000 11001 1011000 0 111011 100011011 1001111 10111

Color Harmonies of #4E0C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0C68

Black with #4E0C68

Text Example


Text Example

White with #4E0C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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