Html Css Color HEX #4D136D Indigo

📋 copy color: '#4D136D'

red 77 ◦ green 19 ◦ blue 109

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

Shades of Indigo #4D136D

Tints of Indigo #4D136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.27%

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

R = 37.56%
G = 9.27%
B = 53.17%

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

#4D136D (or 0x4D136D) is known color: Indigo. HEX triplet: 4D, 13 and 6D. RGB value is (77,19,109). Sum of RGB (Red+Green+Blue) = 77+19+109=205 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.56% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D136D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D136D is #B2EC92. Grayscale: #2E2E2E. Windows color (decimal): -11725971 or 7148365. OLE color: 7148365.

HSL color Cylindrical-coordinate representation of color #4D136D: hue angle of 278.67º degrees, saturation: 0.7, 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 #4D136D is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 19 109 -
CMYK 0.29 0.83 0 0.57
HSL 278.67º 0.7% 0.25% -
HSV(B) 278.67º 0.83% 0.43% -
XYZ 6.05 3.15 14.76 -
YUV 46.6 163.22 149.68 -
System Red Green Blue C M Y K H S L
Decimal 77 19 109 0.29 0.83 0 0.57 278.67 0.7 0.25
Hex 4D 13 6D 1D 53 0 39 117 46 19
Octal 115 23 155 35 123 0 71 427 106 31
Binary 1001101 10011 1101101 11101 1010011 0 111001 100010111 1000110 11001

Color Harmonies of #4D136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D136D

Black with #4D136D

Text Example


Text Example

White with #4D136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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