Html Css Color HEX #4E0470 Indigo

📋 copy color: '#4E0470'

red 78 ◦ green 4 ◦ blue 112

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

Shades of Indigo #4E0470

Tints of Indigo #4E0470

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.06%

 BLUE value IS 112 (44.14% from 255) = 57.73%

R = 40.21%
G = 2.06%
B = 57.73%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4E0470 (or 0x4E0470) is known color: Indigo. HEX triplet: 4E, 04 and 70. RGB value is (78,4,112). Sum of RGB (Red+Green+Blue) = 78+4+112=194 (25% of max value = 765). Red value is 78 (30.86% from 255 or 40.21% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 112 (44.14% from 255 or 57.73% from 194); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E0470 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0470 is #B1FB8F. Grayscale: #262626. Windows color (decimal): -11664272 or 7341134. OLE color: 7341134.

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

Color convert

RGB 78 4 112 -
CMYK 0.30 0.96 0 0.56
HSL 281.11º 0.93% 0.23% -
HSV(B) 281.11º 0.96% 0.44% -
XYZ 6.11 2.88 15.56 -
YUV 38.44 169.52 156.22 -
System Red Green Blue C M Y K H S L
Decimal 78 4 112 0.30 0.96 0 0.56 281.11 0.93 0.23
Hex 4E 4 70 1E 60 0 38 119 5D 17
Octal 116 4 160 36 140 0 70 431 135 27
Binary 1001110 100 1110000 11110 1100000 0 111000 100011001 1011101 10111

Color Harmonies of #4E0470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0470

Black with #4E0470

Text Example


Text Example

White with #4E0470

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,4,112); }

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

background-color css

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

 a { background-color: rgb(78,4,112); }

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

border-color css

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

 span { border-color: rgb(78,4,112); }

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