Html Css Color HEX #4E1277 Indigo

📋 copy color: '#4E1277'

red 78 ◦ green 18 ◦ blue 119

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

Shades of Indigo #4E1277

Tints of Indigo #4E1277

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.37%

 BLUE value IS 119 (46.88% from 255) = 55.35%

R = 36.28%
G = 8.37%
B = 55.35%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4E1277 (or 0x4E1277) is known color: Indigo. HEX triplet: 4E, 12 and 77. RGB value is (78,18,119). Sum of RGB (Red+Green+Blue) = 78+18+119=215 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.28% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 119 (46.88% from 255 or 55.35% from 215); Max value from RGB is 119 - color contains mainly: blue. Hex color #4E1277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1277 is #B1ED88. Grayscale: #2F2F2F. Windows color (decimal): -11660681 or 7803470. OLE color: 7803470.

HSL color Cylindrical-coordinate representation of color #4E1277: hue angle of 275.64º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E1277 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 78 18 119 -
CMYK 0.34 0.85 0 0.53
HSL 275.64º 0.74% 0.27% -
HSV(B) 275.64º 0.85% 0.47% -
XYZ 6.69 3.38 17.75 -
YUV 47.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 78 18 119 0.34 0.85 0 0.53 275.64 0.74 0.27
Hex 4E 12 77 22 55 0 35 114 4A 1B
Octal 116 22 167 42 125 0 65 424 112 33
Binary 1001110 10010 1110111 100010 1010101 0 110101 100010100 1001010 11011

Color Harmonies of #4E1277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1277

Black with #4E1277

Text Example


Text Example

White with #4E1277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,18,119); }

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

background-color css

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

 a { background-color: rgb(78,18,119); }

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

border-color css

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

 span { border-color: rgb(78,18,119); }

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