Html Css Color HEX #4E0294 Indigo

📋 copy color: '#4E0294'

red 78 ◦ green 2 ◦ blue 148

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

Shades of Indigo #4E0294

Tints of Indigo #4E0294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 64.91%

R = 34.21%
G = 0.88%
B = 64.91%

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

#4E0294 (or 0x4E0294) is known color: Indigo. HEX triplet: 4E, 02 and 94. RGB value is (78,2,148). Sum of RGB (Red+Green+Blue) = 78+2+148=228 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.21% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 148 (58.20% from 255 or 64.91% from 228); Max value from RGB is 148 - color contains mainly: blue. Hex color #4E0294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0294 is #B1FD6B. Grayscale: #282828. Windows color (decimal): -11664748 or 9699918. OLE color: 9699918.

HSL color Cylindrical-coordinate representation of color #4E0294: hue angle of 271.23º 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 #4E0294 is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 2 148 -
CMYK 0.47 0.99 0 0.42
HSL 271.23º 0.97% 0.29% -
HSV(B) 271.23º 0.99% 0.58% -
XYZ 8.51 3.8 28.3 -
YUV 41.37 188.18 154.13 -
System Red Green Blue C M Y K H S L
Decimal 78 2 148 0.47 0.99 0 0.42 271.23 0.97 0.29
Hex 4E 2 94 2F 63 0 2A 10F 61 1D
Octal 116 2 224 57 143 0 52 417 141 35
Binary 1001110 10 10010100 101111 1100011 0 101010 100001111 1100001 11101

Color Harmonies of #4E0294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0294

Black with #4E0294

Text Example


Text Example

White with #4E0294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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