Html Css Color HEX #4D129E Indigo

📋 copy color: '#4D129E'

red 77 ◦ green 18 ◦ blue 158

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

Shades of Indigo #4D129E

Tints of Indigo #4D129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 62.45%

R = 30.43%
G = 7.11%
B = 62.45%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D129E (or 0x4D129E) is known color: Indigo. HEX triplet: 4D, 12 and 9E. RGB value is (77,18,158). Sum of RGB (Red+Green+Blue) = 77+18+158=253 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.43% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D129E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D129E is #B2ED61. Grayscale: #333333. Windows color (decimal): -11726178 or 10359373. OLE color: 10359373.

HSL color Cylindrical-coordinate representation of color #4D129E: hue angle of 265.29º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D129E is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 18 158 -
CMYK 0.51 0.89 0 0.38
HSL 265.29º 0.8% 0.35% -
HSV(B) 265.29º 0.89% 0.62% -
XYZ 9.45 4.48 32.71 -
YUV 51.6 188.05 146.12 -
System Red Green Blue C M Y K H S L
Decimal 77 18 158 0.51 0.89 0 0.38 265.29 0.8 0.35
Hex 4D 12 9E 33 59 0 26 109 50 23
Octal 115 22 236 63 131 0 46 411 120 43
Binary 1001101 10010 10011110 110011 1011001 0 100110 100001001 1010000 100011

Color Harmonies of #4D129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D129E

Black with #4D129E

Text Example


Text Example

White with #4D129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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