Html Css Color HEX #4E0C71 Indigo

📋 copy color: '#4E0C71'

red 78 ◦ green 12 ◦ blue 113

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

Shades of Indigo #4E0C71

Tints of Indigo #4E0C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 55.67%

R = 38.42%
G = 5.91%
B = 55.67%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4E0C71 (or 0x4E0C71) is known color: Indigo. HEX triplet: 4E, 0C and 71. RGB value is (78,12,113). Sum of RGB (Red+Green+Blue) = 78+12+113=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #4E0C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0C71 is #B1F38E. Grayscale: #2A2A2A. Windows color (decimal): -11662223 or 7408718. OLE color: 7408718.

HSL color Cylindrical-coordinate representation of color #4E0C71: hue angle of 279.21º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4E0C71 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 12 113 -
CMYK 0.31 0.89 0 0.56
HSL 279.21º 0.81% 0.25% -
HSV(B) 279.21º 0.89% 0.44% -
XYZ 6.25 3.07 15.89 -
YUV 43.25 167.37 152.79 -
System Red Green Blue C M Y K H S L
Decimal 78 12 113 0.31 0.89 0 0.56 279.21 0.81 0.25
Hex 4E C 71 1F 59 0 38 117 51 19
Octal 116 14 161 37 131 0 70 427 121 31
Binary 1001110 1100 1110001 11111 1011001 0 111000 100010111 1010001 11001

Color Harmonies of #4E0C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0C71

Black with #4E0C71

Text Example


Text Example

White with #4E0C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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