Html Css Color HEX #4E1882 Indigo

📋 copy color: '#4E1882'

red 78 ◦ green 24 ◦ blue 130

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

Shades of Indigo #4E1882

Tints of Indigo #4E1882

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.34%

 BLUE value IS 130 (51.17% from 255) = 56.03%

R = 33.62%
G = 10.34%
B = 56.03%

CMYK

 C value IS 0.40

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4E1882 (or 0x4E1882) is known color: Indigo. HEX triplet: 4E, 18 and 82. RGB value is (78,24,130). Sum of RGB (Red+Green+Blue) = 78+24+130=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E1882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E1882 is #B1E77D. Grayscale: #333333. Windows color (decimal): -11659134 or 8525902. OLE color: 8525902.

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

Color convert

RGB 78 24 130 -
CMYK 0.40 0.82 0 0.49
HSL 270.57º 0.69% 0.3% -
HSV(B) 270.57º 0.82% 0.51% -
XYZ 7.5 3.88 21.47 -
YUV 52.23 171.89 146.38 -
System Red Green Blue C M Y K H S L
Decimal 78 24 130 0.40 0.82 0 0.49 270.57 0.69 0.3
Hex 4E 18 82 28 52 0 31 10F 45 1E
Octal 116 30 202 50 122 0 61 417 105 36
Binary 1001110 11000 10000010 101000 1010010 0 110001 100001111 1000101 11110

Color Harmonies of #4E1882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E1882

Black with #4E1882

Text Example


Text Example

White with #4E1882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,24,130); }

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

background-color css

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

 a { background-color: rgb(78,24,130); }

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

border-color css

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

 span { border-color: rgb(78,24,130); }

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