Html Css Color HEX #4E1170 Indigo

📋 copy color: '#4E1170'

red 78 ◦ green 17 ◦ blue 112

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

Shades of Indigo #4E1170

Tints of Indigo #4E1170

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.21%

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

R = 37.68%
G = 8.21%
B = 54.11%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4E1170 (or 0x4E1170) is known color: Indigo. HEX triplet: 4E, 11 and 70. RGB value is (78,17,112). Sum of RGB (Red+Green+Blue) = 78+17+112=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E1170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1170 is #B1EE8F. Grayscale: #2D2D2D. Windows color (decimal): -11660944 or 7344462. OLE color: 7344462.

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

Color convert

RGB 78 17 112 -
CMYK 0.30 0.85 0 0.56
HSL 278.53º 0.74% 0.25% -
HSV(B) 278.53º 0.85% 0.44% -
XYZ 6.27 3.19 15.61 -
YUV 46.07 165.21 150.78 -
System Red Green Blue C M Y K H S L
Decimal 78 17 112 0.30 0.85 0 0.56 278.53 0.74 0.25
Hex 4E 11 70 1E 55 0 38 117 4A 19
Octal 116 21 160 36 125 0 70 427 112 31
Binary 1001110 10001 1110000 11110 1010101 0 111000 100010111 1001010 11001

Color Harmonies of #4E1170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1170

Black with #4E1170

Text Example


Text Example

White with #4E1170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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