#4D0B98

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

Shades of Indigo #4D0B98

Tints of Indigo #4D0B98

Color information

#4D0B98 (or 0x4D0B98) is unknown color: approx Indigo. HEX triplet: 4D, 0B and 98. RGB value is (77,11,152). Sum of RGB (Red+Green+Blue) = 77+11+152=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #4D0B98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0B98 is #B2F467. Grayscale: #2E2E2E. Windows color (decimal): -11727976 or 9964365. OLE color: 9964365.

HSL color Cylindrical-coordinate representation of color #4D0B98: hue angle of 268.09º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4D0B98 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7711152-
CMYK0.490.9300.40
HSL268.09º86.5%31.96%-
HSV(B)268.09º92.76%59.61%-
XYZ8.854.0830.03-
YUV46.81187.37149.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.08%
GREEN value IS 11 (4.69% from 255) = 4.58%
BLUE value IS 152 (59.77% from 255) = 63.33%
R=32.08%
G=4.58%
B=63.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal77111520.490.9300.40268.0986.531.96
Hex4DB98315D02810c5720
Octal115132306113505041412740
Binary1001101101110011000110001101110101010001000011001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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