Html Css Color HEX #4E0095 Indigo

📋 copy color: '#4E0095'

red 78 ◦ green 0 ◦ blue 149

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

Shades of Indigo #4E0095

Tints of Indigo #4E0095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 65.64%

R = 34.36%
G = 0%
B = 65.64%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4E0095 (or 0x4E0095) is known color: Indigo. HEX triplet: 4E, 00 and 95. RGB value is (78,0,149). Sum of RGB (Red+Green+Blue) = 78+0+149=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 149 (58.59% from 255 or 65.64% from 227); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E0095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0095 is #B1FF6A. Grayscale: #272727. Windows color (decimal): -11665259 or 9764942. OLE color: 9764942.

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

Color convert

RGB 78 0 149 -
CMYK 0.48 1 0 0.42
HSL 271.41º 1% 0.29% -
HSV(B) 271.41º 1% 0.58% -
XYZ 8.57 3.79 28.71 -
YUV 40.31 189.34 154.88 -
System Red Green Blue C M Y K H S L
Decimal 78 0 149 0.48 1 0 0.42 271.41 1 0.29
Hex 4E 0 95 30 64 0 2A 10F 64 1D
Octal 116 0 225 60 144 0 52 417 144 35
Binary 1001110 0 10010101 110000 1100100 0 101010 100001111 1100100 11101

Color Harmonies of #4E0095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0095

Black with #4E0095

Text Example


Text Example

White with #4E0095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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