Html Css Color HEX #4E019F Indigo

📋 copy color: '#4E019F'

red 78 ◦ green 1 ◦ blue 159

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

Shades of Indigo #4E019F

Tints of Indigo #4E019F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 66.81%

R = 32.77%
G = 0.42%
B = 66.81%

CMYK

 C value IS 0.51

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4E019F (or 0x4E019F) is known color: Indigo. HEX triplet: 4E, 01 and 9F. RGB value is (78,1,159). Sum of RGB (Red+Green+Blue) = 78+1+159=238 (31% of max value = 765). Red value is 78 (30.86% from 255 or 32.77% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 159 (62.5% from 255 or 66.81% from 238); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E019F is #B1FE60. Grayscale: #292929. Windows color (decimal): -11664993 or 10420558. OLE color: 10420558.

HSL color Cylindrical-coordinate representation of color #4E019F: hue angle of 269.24º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E019F is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 78 1 159 -
CMYK 0.51 0.99 0 0.38
HSL 269.24º 0.99% 0.31% -
HSV(B) 269.24º 0.99% 0.62% -
XYZ 9.41 4.14 33.1 -
YUV 42.04 194.01 153.65 -
System Red Green Blue C M Y K H S L
Decimal 78 1 159 0.51 0.99 0 0.38 269.24 0.99 0.31
Hex 4E 1 9F 33 63 0 26 10D 63 1F
Octal 116 1 237 63 143 0 46 415 143 37
Binary 1001110 1 10011111 110011 1100011 0 100110 100001101 1100011 11111

Color Harmonies of #4E019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E019F

Black with #4E019F

Text Example


Text Example

White with #4E019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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