#4D119E

Color #4D119E Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #4D119E

Tints of Indigo #4D119E

Color information

#4D119E (or 0x4D119E) is unknown color: approx Indigo. HEX triplet: 4D, 11 and 9E. RGB value is (77,17,158). Sum of RGB (Red+Green+Blue) = 77+17+158=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 158 (62.11% from 255 or 62.70% from 252); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D119E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D119E is #B2EE61. Grayscale: #323232. Windows color (decimal): -11726434 or 10359117. OLE color: 10359117.

HSL color Cylindrical-coordinate representation of color #4D119E: hue angle of 265.53º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D119E is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7717158-
CMYK0.510.8900.38
HSL265.53º80.57%34.31%-
HSV(B)265.53º89.24%61.96%-
XYZ9.434.4532.71-
YUV51.01188.38146.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.56%
GREEN value IS 17 (7.03% from 255) = 6.75%
BLUE value IS 158 (62.11% from 255) = 62.70%
R=30.56%
G=6.75%
B=62.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal77171580.510.8900.38265.5380.5734.31
Hex4D119E335902610a5122
Octal115212366313104641212142
Binary10011011000110011110110011101100101001101000010101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D119E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,17,158); }

 H1.HeaderClassName
 {
   color: #4D119E;
 }
 .AnyTagClassName
 {
   color: #4D119E;
 }
</style>
background-color css

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

 a { background-color: rgb(77,17,158); }

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

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

 span { border-color: rgb(77,17,158); }

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