Html Css Color HEX #4D129F Indigo

📋 copy color: '#4D129F'

red 77 ◦ green 18 ◦ blue 159

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

Shades of Indigo #4D129F

Tints of Indigo #4D129F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 62.6%

R = 30.31%
G = 7.09%
B = 62.6%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D129F (or 0x4D129F) is known color: Indigo. HEX triplet: 4D, 12 and 9F. RGB value is (77,18,159). Sum of RGB (Red+Green+Blue) = 77+18+159=254 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.31% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D129F is #B2ED60. Grayscale: #333333. Windows color (decimal): -11726177 or 10424909. OLE color: 10424909.

HSL color Cylindrical-coordinate representation of color #4D129F: hue angle of 265.11º 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 #4D129F is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 18 159 -
CMYK 0.52 0.89 0 0.38
HSL 265.11º 0.8% 0.35% -
HSV(B) 265.11º 0.89% 0.62% -
XYZ 9.53 4.51 33.17 -
YUV 51.72 188.55 146.04 -
System Red Green Blue C M Y K H S L
Decimal 77 18 159 0.52 0.89 0 0.38 265.11 0.8 0.35
Hex 4D 12 9F 34 59 0 26 109 50 23
Octal 115 22 237 64 131 0 46 411 120 43
Binary 1001101 10010 10011111 110100 1011001 0 100110 100001001 1010000 100011

Color Harmonies of #4D129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D129F

Black with #4D129F

Text Example


Text Example

White with #4D129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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