#4A168E

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

Shades of Indigo #4A168E

Tints of Indigo #4A168E

Color information

#4A168E (or 0x4A168E) is unknown color: approx Indigo. HEX triplet: 4A, 16 and 8E. RGB value is (74,22,142). Sum of RGB (Red+Green+Blue) = 74+22+142=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #4A168E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A168E is #B5E971. Grayscale: #323232. Windows color (decimal): -11921778 or 9311818. OLE color: 9311818.

HSL color Cylindrical-coordinate representation of color #4A168E: hue angle of 266º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4A168E is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7422142-
CMYK0.480.8500.44
HSL266º73.17%32.16%-
HSV(B)266º84.51%55.69%-
XYZ7.993.9825.94-
YUV51.23179.23144.24-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.09%
GREEN value IS 22 (8.98% from 255) = 9.24%
BLUE value IS 142 (55.86% from 255) = 59.66%
R=31.09%
G=9.24%
B=59.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal74221420.480.8500.4426673.1732.16
Hex4A168E305502C10a4920
Octal112262166012505441211140
Binary10010101011010001110110000101010101011001000010101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,22,142); }

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

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

 a { background-color: rgb(74,22,142); }

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

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

 span { border-color: rgb(74,22,142); }

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