Html Css Color HEX #4E0F81 Indigo

📋 copy color: '#4E0F81'

red 78 ◦ green 15 ◦ blue 129

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

Shades of Indigo #4E0F81

Tints of Indigo #4E0F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 58.11%

R = 35.14%
G = 6.76%
B = 58.11%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4E0F81 (or 0x4E0F81) is known color: Indigo. HEX triplet: 4E, 0F and 81. RGB value is (78,15,129). Sum of RGB (Red+Green+Blue) = 78+15+129=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 15 (6.25% from 255 or 6.76% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #4E0F81 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0F81 is #B1F07E. Grayscale: #2E2E2E. Windows color (decimal): -11661439 or 8458062. OLE color: 8458062.

HSL color Cylindrical-coordinate representation of color #4E0F81: hue angle of 273.16º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E0F81 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 78 15 129 -
CMYK 0.40 0.88 0 0.49
HSL 273.16º 0.79% 0.28% -
HSV(B) 273.16º 0.88% 0.51% -
XYZ 7.28 3.55 21.07 -
YUV 46.83 174.37 150.23 -
System Red Green Blue C M Y K H S L
Decimal 78 15 129 0.40 0.88 0 0.49 273.16 0.79 0.28
Hex 4E F 81 28 58 0 31 111 4F 1C
Octal 116 17 201 50 130 0 61 421 117 34
Binary 1001110 1111 10000001 101000 1011000 0 110001 100010001 1001111 11100

Color Harmonies of #4E0F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0F81

Black with #4E0F81

Text Example


Text Example

White with #4E0F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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