#4D0F96

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

Shades of Indigo #4D0F96

Tints of Indigo #4D0F96

Color information

#4D0F96 (or 0x4D0F96) is unknown color: approx Indigo. HEX triplet: 4D, 0F and 96. RGB value is (77,15,150). Sum of RGB (Red+Green+Blue) = 77+15+150=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 150 (58.98% from 255 or 61.98% from 242); Max value from RGB is 150 - color contains mainly: blue. Hex color #4D0F96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4D0F96 is #B2F069. Grayscale: #303030. Windows color (decimal): -11726954 or 9834317. OLE color: 9834317.

HSL color Cylindrical-coordinate representation of color #4D0F96: hue angle of 267.56º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4D0F96 is Cyan = 0.49, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7715150-
CMYK0.490.900.41
HSL267.56º81.82%32.35%-
HSV(B)267.56º90%58.82%-
XYZ8.744.1229.19-
YUV48.93185.04148.02-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.82%
GREEN value IS 15 (6.25% from 255) = 6.20%
BLUE value IS 150 (58.98% from 255) = 61.98%
R=31.82%
G=6.20%
B=61.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal77151500.490.900.41267.5681.8232.35
Hex4DF96315A02910c5220
Octal115172266113205141412240
Binary1001101111110010110110001101101001010011000011001010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D0F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,15,150); }

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

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

 a { background-color: rgb(77,15,150); }

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

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

 span { border-color: rgb(77,15,150); }

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