Html Css Color HEX #4E056E Indigo

📋 copy color: '#4E056E'

red 78 ◦ green 5 ◦ blue 110

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

Shades of Indigo #4E056E

Tints of Indigo #4E056E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.59%

 BLUE value IS 110 (43.36% from 255) = 56.99%

R = 40.41%
G = 2.59%
B = 56.99%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4E056E (or 0x4E056E) is known color: Indigo. HEX triplet: 4E, 05 and 6E. RGB value is (78,5,110). Sum of RGB (Red+Green+Blue) = 78+5+110=193 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.41% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 110 (43.36% from 255 or 56.99% from 193); Max value from RGB is 110 - color contains mainly: blue. Hex color #4E056E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E056E is #B1FA91. Grayscale: #262626. Windows color (decimal): -11664018 or 7210318. OLE color: 7210318.

HSL color Cylindrical-coordinate representation of color #4E056E: hue angle of 281.71º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4E056E is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 78 5 110 -
CMYK 0.29 0.95 0 0.57
HSL 281.71º 0.91% 0.23% -
HSV(B) 281.71º 0.95% 0.43% -
XYZ 6.01 2.85 14.99 -
YUV 38.8 168.18 155.96 -
System Red Green Blue C M Y K H S L
Decimal 78 5 110 0.29 0.95 0 0.57 281.71 0.91 0.23
Hex 4E 5 6E 1D 5F 0 39 11A 5B 17
Octal 116 5 156 35 137 0 71 432 133 27
Binary 1001110 101 1101110 11101 1011111 0 111001 100011010 1011011 10111

Color Harmonies of #4E056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E056E

Black with #4E056E

Text Example


Text Example

White with #4E056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,5,110); }

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

background-color css

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

 a { background-color: rgb(78,5,110); }

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

border-color css

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

 span { border-color: rgb(78,5,110); }

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