Html Css Color HEX #4E016F Indigo

📋 copy color: '#4E016F'

red 78 ◦ green 1 ◦ blue 111

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

Shades of Indigo #4E016F

Tints of Indigo #4E016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

 BLUE value IS 111 (43.75% from 255) = 58.42%

R = 41.05%
G = 0.53%
B = 58.42%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4E016F (or 0x4E016F) is known color: Indigo. HEX triplet: 4E, 01 and 6F. RGB value is (78,1,111). Sum of RGB (Red+Green+Blue) = 78+1+111=190 (25% of max value = 765). Red value is 78 (30.86% from 255 or 41.05% from 190); Green value is 1 (0.78% from 255 or 0.53% from 190); Blue value is 111 (43.75% from 255 or 58.42% from 190); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E016F is #B1FE90. Grayscale: #242424. Windows color (decimal): -11665041 or 7274830. OLE color: 7274830.

HSL color Cylindrical-coordinate representation of color #4E016F: hue angle of 282º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E016F is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 78 1 111 -
CMYK 0.30 0.99 0 0.56
HSL 282º 0.98% 0.22% -
HSV(B) 282º 0.99% 0.44% -
XYZ 6.02 2.79 15.26 -
YUV 36.56 170.01 157.56 -
System Red Green Blue C M Y K H S L
Decimal 78 1 111 0.30 0.99 0 0.56 282 0.98 0.22
Hex 4E 1 6F 1E 63 0 38 11A 62 16
Octal 116 1 157 36 143 0 70 432 142 26
Binary 1001110 1 1101111 11110 1100011 0 111000 100011010 1100010 10110

Color Harmonies of #4E016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E016F

Black with #4E016F

Text Example


Text Example

White with #4E016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,1,111); }

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

background-color css

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

 a { background-color: rgb(78,1,111); }

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

border-color css

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

 span { border-color: rgb(78,1,111); }

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