#4A0F96

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

Shades of Indigo #4A0F96

Tints of Indigo #4A0F96

Color information

#4A0F96 (or 0x4A0F96) is unknown color: approx Indigo. HEX triplet: 4A, 0F and 96. RGB value is (74,15,150). Sum of RGB (Red+Green+Blue) = 74+15+150=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #4A0F96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0F96 is #B5F069. Grayscale: #2F2F2F. Windows color (decimal): -11923562 or 9834314. OLE color: 9834314.

HSL color Cylindrical-coordinate representation of color #4A0F96: hue angle of 266.22º 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 #4A0F96 is Cyan = 0.51, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7415150-
CMYK0.510.900.41
HSL266.22º81.82%32.35%-
HSV(B)266.22º90%58.82%-
XYZ8.5429.18-
YUV48.03185.55146.52-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.96%
GREEN value IS 15 (6.25% from 255) = 6.28%
BLUE value IS 150 (58.98% from 255) = 62.76%
R=30.96%
G=6.28%
B=62.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal74151500.510.900.41266.2281.8232.35
Hex4AF96335A02910a5220
Octal112172266313205141212240
Binary1001010111110010110110011101101001010011000010101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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