Html Css Color HEX #4E0592 Indigo

📋 copy color: '#4E0592'

red 78 ◦ green 5 ◦ blue 146

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

Shades of Indigo #4E0592

Tints of Indigo #4E0592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 63.76%

R = 34.06%
G = 2.18%
B = 63.76%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4E0592 (or 0x4E0592) is known color: Indigo. HEX triplet: 4E, 05 and 92. RGB value is (78,5,146). Sum of RGB (Red+Green+Blue) = 78+5+146=229 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.06% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E0592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0592 is #B1FA6D. Grayscale: #2A2A2A. Windows color (decimal): -11663982 or 9569614. OLE color: 9569614.

HSL color Cylindrical-coordinate representation of color #4E0592: hue angle of 271.06º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E0592 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 78 5 146 -
CMYK 0.47 0.97 0 0.43
HSL 271.06º 0.93% 0.3% -
HSV(B) 271.06º 0.97% 0.57% -
XYZ 8.38 3.8 27.49 -
YUV 42.9 186.18 153.04 -
System Red Green Blue C M Y K H S L
Decimal 78 5 146 0.47 0.97 0 0.43 271.06 0.93 0.3
Hex 4E 5 92 2F 61 0 2B 10F 5D 1E
Octal 116 5 222 57 141 0 53 417 135 36
Binary 1001110 101 10010010 101111 1100001 0 101011 100001111 1011101 11110

Color Harmonies of #4E0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0592

Black with #4E0592

Text Example


Text Example

White with #4E0592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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