#4D0B6E

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

Shades of Indigo #4D0B6E

Tints of Indigo #4D0B6E

Color information

#4D0B6E (or 0x4D0B6E) is unknown color: approx Indigo. HEX triplet: 4D, 0B and 6E. RGB value is (77,11,110). Sum of RGB (Red+Green+Blue) = 77+11+110=198 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.89% from 198); Green value is 11 (4.69% from 255 or 5.56% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D0B6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D0B6E is #B2F491. Grayscale: #292929. Windows color (decimal): -11728018 or 7211853. OLE color: 7211853.

HSL color Cylindrical-coordinate representation of color #4D0B6E: hue angle of 280º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D0B6E is Cyan = 0.3, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7711110-
CMYK0.30.900.57
HSL280º81.82%23.73%-
HSV(B)280º90%43.14%-
XYZ5.992.9415-
YUV42.02166.37152.95-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 38.89%
GREEN value IS 11 (4.69% from 255) = 5.56%
BLUE value IS 110 (43.36% from 255) = 55.56%
R=38.89%
G=5.56%
B=55.56%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal77111100.30.900.5728081.8223.73
Hex4DB6E1E5A0391185218
Octal115131563613207143012230
Binary1001101101111011101111010110100111001100011000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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