Html Css Color HEX #4D126D Indigo

📋 copy color: '#4D126D'

red 77 ◦ green 18 ◦ blue 109

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

Shades of Indigo #4D126D

Tints of Indigo #4D126D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 53.43%

R = 37.75%
G = 8.82%
B = 53.43%

CMYK

 C value IS 0.29

 M value IS 0.83

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D126D (or 0x4D126D) is known color: Indigo. HEX triplet: 4D, 12 and 6D. RGB value is (77,18,109). Sum of RGB (Red+Green+Blue) = 77+18+109=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D126D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D126D is #B2ED92. Grayscale: #2D2D2D. Windows color (decimal): -11726227 or 7148109. OLE color: 7148109.

HSL color Cylindrical-coordinate representation of color #4D126D: hue angle of 278.9º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D126D is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 18 109 -
CMYK 0.29 0.83 0 0.57
HSL 278.9º 0.72% 0.25% -
HSV(B) 278.9º 0.83% 0.43% -
XYZ 6.04 3.11 14.75 -
YUV 46.02 163.55 150.1 -
System Red Green Blue C M Y K H S L
Decimal 77 18 109 0.29 0.83 0 0.57 278.9 0.72 0.25
Hex 4D 12 6D 1D 53 0 39 117 48 19
Octal 115 22 155 35 123 0 71 427 110 31
Binary 1001101 10010 1101101 11101 1010011 0 111001 100010111 1001000 11001

Color Harmonies of #4D126D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D126D

Black with #4D126D

Text Example


Text Example

White with #4D126D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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