Html Css Color HEX #4E0092 Indigo

📋 copy color: '#4E0092'

red 78 ◦ green 0 ◦ blue 146

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

Shades of Indigo #4E0092

Tints of Indigo #4E0092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.82%
G = 0%
B = 65.18%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4E0092 (or 0x4E0092) is known color: Indigo. HEX triplet: 4E, 00 and 92. RGB value is (78,0,146). Sum of RGB (Red+Green+Blue) = 78+0+146=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 146 (57.42% from 255 or 65.18% from 224); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E0092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0092 is #B1FF6D. Grayscale: #272727. Windows color (decimal): -11665262 or 9568334. OLE color: 9568334.

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

Color convert

RGB 78 0 146 -
CMYK 0.47 1 0 0.43
HSL 272.05º 1% 0.29% -
HSV(B) 272.05º 1% 0.57% -
XYZ 8.33 3.7 27.47 -
YUV 39.97 187.84 155.13 -
System Red Green Blue C M Y K H S L
Decimal 78 0 146 0.47 1 0 0.43 272.05 1 0.29
Hex 4E 0 92 2F 64 0 2B 110 64 1D
Octal 116 0 222 57 144 0 53 420 144 35
Binary 1001110 0 10010010 101111 1100100 0 101011 100010000 1100100 11101

Color Harmonies of #4E0092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0092

Black with #4E0092

Text Example


Text Example

White with #4E0092

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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