#4A0F9E

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

Shades of Indigo #4A0F9E

Tints of Indigo #4A0F9E

Color information

#4A0F9E (or 0x4A0F9E) is unknown color: approx Indigo. HEX triplet: 4A, 0F and 9E. RGB value is (74,15,158). Sum of RGB (Red+Green+Blue) = 74+15+158=247 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.96% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #4A0F9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0F9E is #B5F061. Grayscale: #303030. Windows color (decimal): -11923554 or 10358602. OLE color: 10358602.

HSL color Cylindrical-coordinate representation of color #4A0F9E: hue angle of 264.76º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4A0F9E is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7415158-
CMYK0.530.9100.38
HSL264.76º82.66%33.92%-
HSV(B)264.76º90.51%61.96%-
XYZ9.174.2732.69-
YUV48.94189.55145.87-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.96%
GREEN value IS 15 (6.25% from 255) = 6.07%
BLUE value IS 158 (62.11% from 255) = 63.97%
R=29.96%
G=6.07%
B=63.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal74151580.530.9100.38264.7682.6633.92
Hex4AF9E355B0261095322
Octal112172366513304641112342
Binary1001010111110011110110101101101101001101000010011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A0F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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