Html Css Color HEX #4E0F76 Indigo

📋 copy color: '#4E0F76'

red 78 ◦ green 15 ◦ blue 118

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

Shades of Indigo #4E0F76

Tints of Indigo #4E0F76

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.11%

 BLUE value IS 118 (46.48% from 255) = 55.92%

R = 36.97%
G = 7.11%
B = 55.92%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4E0F76 (or 0x4E0F76) is known color: Indigo. HEX triplet: 4E, 0F and 76. RGB value is (78,15,118). Sum of RGB (Red+Green+Blue) = 78+15+118=211 (27% of max value = 765). Red value is 78 (30.86% from 255 or 36.97% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 118 (46.48% from 255 or 55.92% from 211); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E0F76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0F76 is #B1F089. Grayscale: #2D2D2D. Windows color (decimal): -11661450 or 7737166. OLE color: 7737166.

HSL color Cylindrical-coordinate representation of color #4E0F76: hue angle of 276.7º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4E0F76 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 78 15 118 -
CMYK 0.34 0.87 0 0.54
HSL 276.7º 0.77% 0.26% -
HSV(B) 276.7º 0.87% 0.46% -
XYZ 6.58 3.27 17.42 -
YUV 45.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 78 15 118 0.34 0.87 0 0.54 276.7 0.77 0.26
Hex 4E F 76 22 57 0 36 115 4D 1A
Octal 116 17 166 42 127 0 66 425 115 32
Binary 1001110 1111 1110110 100010 1010111 0 110110 100010101 1001101 11010

Color Harmonies of #4E0F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0F76

Black with #4E0F76

Text Example


Text Example

White with #4E0F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,15,118); }

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

background-color css

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

 a { background-color: rgb(78,15,118); }

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

border-color css

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

 span { border-color: rgb(78,15,118); }

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