Html Css Color HEX #4E0293 Indigo

📋 copy color: '#4E0293'

red 78 ◦ green 2 ◦ blue 147

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

Shades of Indigo #4E0293

Tints of Indigo #4E0293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

 BLUE value IS 147 (57.81% from 255) = 64.76%

R = 34.36%
G = 0.88%
B = 64.76%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4E0293 (or 0x4E0293) is known color: Indigo. HEX triplet: 4E, 02 and 93. RGB value is (78,2,147). Sum of RGB (Red+Green+Blue) = 78+2+147=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #4E0293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0293 is #B1FD6C. Grayscale: #282828. Windows color (decimal): -11664749 or 9634382. OLE color: 9634382.

HSL color Cylindrical-coordinate representation of color #4E0293: hue angle of 271.45º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E0293 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 2 147 -
CMYK 0.47 0.99 0 0.42
HSL 271.45º 0.97% 0.29% -
HSV(B) 271.45º 0.99% 0.58% -
XYZ 8.43 3.77 27.89 -
YUV 41.25 187.68 154.21 -
System Red Green Blue C M Y K H S L
Decimal 78 2 147 0.47 0.99 0 0.42 271.45 0.97 0.29
Hex 4E 2 93 2F 63 0 2A 10F 61 1D
Octal 116 2 223 57 143 0 52 417 141 35
Binary 1001110 10 10010011 101111 1100011 0 101010 100001111 1100001 11101

Color Harmonies of #4E0293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0293

Black with #4E0293

Text Example


Text Example

White with #4E0293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,2,147); }

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

background-color css

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

 a { background-color: rgb(78,2,147); }

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

border-color css

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

 span { border-color: rgb(78,2,147); }

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