Html Css Color HEX #4D126A Indigo

📋 copy color: '#4D126A'

red 77 ◦ green 18 ◦ blue 106

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

Shades of Indigo #4D126A

Tints of Indigo #4D126A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 52.74%

R = 38.31%
G = 8.96%
B = 52.74%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D126A (or 0x4D126A) is known color: Indigo. HEX triplet: 4D, 12 and 6A. RGB value is (77,18,106). Sum of RGB (Red+Green+Blue) = 77+18+106=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 106 (41.80% from 255 or 52.74% from 201); Max value from RGB is 106 - color contains mainly: blue. Hex color #4D126A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D126A is #B2ED95. Grayscale: #2D2D2D. Windows color (decimal): -11726230 or 6951501. OLE color: 6951501.

HSL color Cylindrical-coordinate representation of color #4D126A: hue angle of 280.23º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D126A is Cyan = 0.27, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 18 106 -
CMYK 0.27 0.83 0 0.58
HSL 280.23º 0.71% 0.24% -
HSV(B) 280.23º 0.83% 0.42% -
XYZ 5.88 3.05 13.91 -
YUV 45.67 162.05 150.34 -
System Red Green Blue C M Y K H S L
Decimal 77 18 106 0.27 0.83 0 0.58 280.23 0.71 0.24
Hex 4D 12 6A 1B 53 0 3A 118 47 18
Octal 115 22 152 33 123 0 72 430 107 30
Binary 1001101 10010 1101010 11011 1010011 0 111010 100011000 1000111 11000

Color Harmonies of #4D126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D126A

Black with #4D126A

Text Example


Text Example

White with #4D126A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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