Html Css Color HEX #4E0083 Indigo

📋 copy color: '#4E0083'

red 78 ◦ green 0 ◦ blue 131

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

Shades of Indigo #4E0083

Tints of Indigo #4E0083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 62.68%

R = 37.32%
G = 0%
B = 62.68%

CMYK

 C value IS 0.40

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4E0083 (or 0x4E0083) is known color: Indigo. HEX triplet: 4E, 00 and 83. RGB value is (78,0,131). Sum of RGB (Red+Green+Blue) = 78+0+131=209 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.32% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 131 (51.56% from 255 or 62.68% from 209); Max value from RGB is 131 - color contains mainly: blue. Hex color #4E0083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E0083 is #B1FF7C. Grayscale: #252525. Windows color (decimal): -11665277 or 8585294. OLE color: 8585294.

HSL color Cylindrical-coordinate representation of color #4E0083: hue angle of 275.73º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4E0083 is Cyan = 0.40, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 78 0 131 -
CMYK 0.40 1 0 0.49
HSL 275.73º 1% 0.26% -
HSV(B) 275.73º 1% 0.51% -
XYZ 7.24 3.26 21.72 -
YUV 38.26 180.34 156.35 -
System Red Green Blue C M Y K H S L
Decimal 78 0 131 0.40 1 0 0.49 275.73 1 0.26
Hex 4E 0 83 28 64 0 31 114 64 1A
Octal 116 0 203 50 144 0 61 424 144 32
Binary 1001110 0 10000011 101000 1100100 0 110001 100010100 1100100 11010

Color Harmonies of #4E0083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E0083

Black with #4E0083

Text Example


Text Example

White with #4E0083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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