Html Css Color HEX #4D129B Indigo

📋 copy color: '#4D129B'

red 77 ◦ green 18 ◦ blue 155

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

Shades of Indigo #4D129B

Tints of Indigo #4D129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 62%

R = 30.8%
G = 7.2%
B = 62%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4D129B (or 0x4D129B) is known color: Indigo. HEX triplet: 4D, 12 and 9B. RGB value is (77,18,155). Sum of RGB (Red+Green+Blue) = 77+18+155=250 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.8% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D129B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D129B is #B2ED64. Grayscale: #323232. Windows color (decimal): -11726181 or 10162765. OLE color: 10162765.

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

Color convert

RGB 77 18 155 -
CMYK 0.50 0.88 0 0.39
HSL 265.84º 0.79% 0.34% -
HSV(B) 265.84º 0.88% 0.61% -
XYZ 9.19 4.38 31.37 -
YUV 51.26 186.55 146.36 -
System Red Green Blue C M Y K H S L
Decimal 77 18 155 0.50 0.88 0 0.39 265.84 0.79 0.34
Hex 4D 12 9B 32 58 0 27 10A 4F 22
Octal 115 22 233 62 130 0 47 412 117 42
Binary 1001101 10010 10011011 110010 1011000 0 100111 100001010 1001111 100010

Color Harmonies of #4D129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D129B

Black with #4D129B

Text Example


Text Example

White with #4D129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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