Html Css Color HEX #4E129A Indigo

📋 copy color: '#4E129A'

red 78 ◦ green 18 ◦ blue 154

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

Shades of Indigo #4E129A

Tints of Indigo #4E129A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.2%

 BLUE value IS 154 (60.55% from 255) = 61.6%

R = 31.2%
G = 7.2%
B = 61.6%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4E129A (or 0x4E129A) is known color: Indigo. HEX triplet: 4E, 12 and 9A. RGB value is (78,18,154). Sum of RGB (Red+Green+Blue) = 78+18+154=250 (33% of max value = 765). Red value is 78 (30.86% from 255 or 31.2% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E129A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4E129A is #B1ED65. Grayscale: #323232. Windows color (decimal): -11660646 or 10097230. OLE color: 10097230.

HSL color Cylindrical-coordinate representation of color #4E129A: hue angle of 266.47º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4E129A is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 78 18 154 -
CMYK 0.49 0.88 0 0.40
HSL 266.47º 0.79% 0.34% -
HSV(B) 266.47º 0.88% 0.6% -
XYZ 9.19 4.39 30.93 -
YUV 51.44 185.88 146.94 -
System Red Green Blue C M Y K H S L
Decimal 78 18 154 0.49 0.88 0 0.40 266.47 0.79 0.34
Hex 4E 12 9A 31 58 0 28 10A 4F 22
Octal 116 22 232 61 130 0 50 412 117 42
Binary 1001110 10010 10011010 110001 1011000 0 101000 100001010 1001111 100010

Color Harmonies of #4E129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E129A

Black with #4E129A

Text Example


Text Example

White with #4E129A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,18,154); }

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

background-color css

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

 a { background-color: rgb(78,18,154); }

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

border-color css

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

 span { border-color: rgb(78,18,154); }

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