Html Css Color HEX #4D129A Indigo

📋 copy color: '#4D129A'

red 77 ◦ green 18 ◦ blue 154

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

Shades of Indigo #4D129A

Tints of Indigo #4D129A

RGB

 RED value IS 77 (30.47% from 255) = 30.92%

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

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

R = 30.92%
G = 7.23%
B = 61.85%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4D129A (or 0x4D129A) is known color: Indigo. HEX triplet: 4D, 12 and 9A. RGB value is (77,18,154). Sum of RGB (Red+Green+Blue) = 77+18+154=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 18 (7.42% from 255 or 7.23% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #4D129A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D129A is #B2ED65. Grayscale: #323232. Windows color (decimal): -11726182 or 10097229. OLE color: 10097229.

HSL color Cylindrical-coordinate representation of color #4D129A: hue angle of 266.03º 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 #4D129A is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 18 154 -
CMYK 0.50 0.88 0 0.40
HSL 266.03º 0.79% 0.34% -
HSV(B) 266.03º 0.88% 0.6% -
XYZ 9.11 4.34 30.93 -
YUV 51.15 186.05 146.44 -
System Red Green Blue C M Y K H S L
Decimal 77 18 154 0.50 0.88 0 0.40 266.03 0.79 0.34
Hex 4D 12 9A 32 58 0 28 10A 4F 22
Octal 115 22 232 62 130 0 50 412 117 42
Binary 1001101 10010 10011010 110010 1011000 0 101000 100001010 1001111 100010

Color Harmonies of #4D129A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D129A

Black with #4D129A

Text Example


Text Example

White with #4D129A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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