Html Css Color HEX #4E017A Indigo

📋 copy color: '#4E017A'

red 78 ◦ green 1 ◦ blue 122

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

Shades of Indigo #4E017A

Tints of Indigo #4E017A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 60.7%

R = 38.81%
G = 0.5%
B = 60.7%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4E017A (or 0x4E017A) is known color: Indigo. HEX triplet: 4E, 01 and 7A. RGB value is (78,1,122). Sum of RGB (Red+Green+Blue) = 78+1+122=201 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.81% from 201); Green value is 1 (0.78% from 255 or 0.50% from 201); Blue value is 122 (48.05% from 255 or 60.70% from 201); Max value from RGB is 122 - color contains mainly: blue. Hex color #4E017A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E017A is #B1FE85. Grayscale: #252525. Windows color (decimal): -11665030 or 7995726. OLE color: 7995726.

HSL color Cylindrical-coordinate representation of color #4E017A: hue angle of 278.18º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E017A is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 78 1 122 -
CMYK 0.36 0.99 0 0.52
HSL 278.18º 0.98% 0.24% -
HSV(B) 278.18º 0.99% 0.48% -
XYZ 6.67 3.05 18.65 -
YUV 37.82 175.51 156.66 -
System Red Green Blue C M Y K H S L
Decimal 78 1 122 0.36 0.99 0 0.52 278.18 0.98 0.24
Hex 4E 1 7A 24 63 0 34 116 62 18
Octal 116 1 172 44 143 0 64 426 142 30
Binary 1001110 1 1111010 100100 1100011 0 110100 100010110 1100010 11000

Color Harmonies of #4E017A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E017A

Black with #4E017A

Text Example


Text Example

White with #4E017A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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