#4A117F

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

Shades of Indigo #4A117F

Tints of Indigo #4A117F

Color information

#4A117F (or 0x4A117F) is unknown color: approx Indigo. HEX triplet: 4A, 11 and 7F. RGB value is (74,17,127). Sum of RGB (Red+Green+Blue) = 74+17+127=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #4A117F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A117F is #B5EE80. Grayscale: #2E2E2E. Windows color (decimal): -11923073 or 8327498. OLE color: 8327498.

HSL color Cylindrical-coordinate representation of color #4A117F: hue angle of 271.09º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4A117F is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7417127-
CMYK0.420.8700.50
HSL271.09º76.39%28.24%-
HSV(B)271.09º86.61%49.8%-
XYZ6.863.3920.37-
YUV46.58173.38147.56-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.94%
GREEN value IS 17 (7.03% from 255) = 7.80%
BLUE value IS 127 (50% from 255) = 58.26%
R=33.94%
G=7.80%
B=58.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal74171270.420.8700.50271.0976.3928.24
Hex4A117F2A5703210f4c1c
Octal112211775212706241711434
Binary100101010001111111110101010101110110010100001111100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,17,127); }

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

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

 a { background-color: rgb(74,17,127); }

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

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

 span { border-color: rgb(74,17,127); }

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