Html Css Color HEX #4E0578 Indigo

📋 copy color: '#4E0578'

red 78 ◦ green 5 ◦ blue 120

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

Shades of Indigo #4E0578

Tints of Indigo #4E0578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 59.11%

R = 38.42%
G = 2.46%
B = 59.11%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4E0578 (or 0x4E0578) is known color: Indigo. HEX triplet: 4E, 05 and 78. RGB value is (78,5,120). Sum of RGB (Red+Green+Blue) = 78+5+120=203 (26% of max value = 765). Red value is 78 (30.86% from 255 or 38.42% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #4E0578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E0578 is #B1FA87. Grayscale: #272727. Windows color (decimal): -11664008 or 7865678. OLE color: 7865678.

HSL color Cylindrical-coordinate representation of color #4E0578: hue angle of 278.09º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4E0578 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 78 5 120 -
CMYK 0.35 0.96 0 0.53
HSL 278.09º 0.92% 0.25% -
HSV(B) 278.09º 0.96% 0.47% -
XYZ 6.59 3.08 18.02 -
YUV 39.94 173.18 155.15 -
System Red Green Blue C M Y K H S L
Decimal 78 5 120 0.35 0.96 0 0.53 278.09 0.92 0.25
Hex 4E 5 78 23 60 0 35 116 5C 19
Octal 116 5 170 43 140 0 65 426 134 31
Binary 1001110 101 1111000 100011 1100000 0 110101 100010110 1011100 11001

Color Harmonies of #4E0578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0578

Black with #4E0578

Text Example


Text Example

White with #4E0578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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