#4A1169

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

Shades of Indigo #4A1169

Tints of Indigo #4A1169

Color information

#4A1169 (or 0x4A1169) is unknown color: approx Indigo. HEX triplet: 4A, 11 and 69. RGB value is (74,17,105). Sum of RGB (Red+Green+Blue) = 74+17+105=196 (25% of max value = 765). Red value is 74 (29.30% from 255 or 37.76% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 105 (41.41% from 255 or 53.57% from 196); Max value from RGB is 105 - color contains mainly: blue. Hex color #4A1169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1169 is #B5EE96. Grayscale: #2B2B2B. Windows color (decimal): -11923095 or 6885706. OLE color: 6885706.

HSL color Cylindrical-coordinate representation of color #4A1169: hue angle of 278.86º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A1169 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7417105-
CMYK0.300.8400.59
HSL278.86º72.13%23.92%-
HSV(B)278.86º83.81%41.18%-
XYZ5.572.8813.63-
YUV44.08162.38149.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.76%
GREEN value IS 17 (7.03% from 255) = 8.67%
BLUE value IS 105 (41.41% from 255) = 53.57%
R=37.76%
G=8.67%
B=53.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74171050.300.8400.59278.8672.1323.92
Hex4A11691E5403B1174818
Octal112211513612407342711030
Binary10010101000111010011111010101000111011100010111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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