#4D0B9E

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

Shades of Indigo #4D0B9E

Tints of Indigo #4D0B9E

Color information

#4D0B9E (or 0x4D0B9E) is unknown color: approx Indigo. HEX triplet: 4D, 0B and 9E. RGB value is (77,11,158). Sum of RGB (Red+Green+Blue) = 77+11+158=246 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.30% from 246); Green value is 11 (4.69% from 255 or 4.47% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D0B9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0B9E is #B2F461. Grayscale: #2E2E2E. Windows color (decimal): -11727970 or 10357581. OLE color: 10357581.

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

Color convert

RGB7711158-
CMYK0.510.9300.38
HSL266.94º86.98%33.14%-
HSV(B)266.94º93.04%61.96%-
XYZ9.354.2932.68-
YUV47.49190.37149.05-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.30%
GREEN value IS 11 (4.69% from 255) = 4.47%
BLUE value IS 158 (62.11% from 255) = 64.23%
R=31.30%
G=4.47%
B=64.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal77111580.510.9300.38266.9486.9833.14
Hex4DB9E335D02610b5721
Octal115132366313504641312741
Binary1001101101110011110110011101110101001101000010111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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