#4A168C

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

Shades of Indigo #4A168C

Tints of Indigo #4A168C

Color information

#4A168C (or 0x4A168C) is unknown color: approx Indigo. HEX triplet: 4A, 16 and 8C. RGB value is (74,22,140). Sum of RGB (Red+Green+Blue) = 74+22+140=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A168C is #B5E973. Grayscale: #323232. Windows color (decimal): -11921780 or 9180746. OLE color: 9180746.

HSL color Cylindrical-coordinate representation of color #4A168C: hue angle of 266.44º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4A168C is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7422140-
CMYK0.470.8400.45
HSL266.44º72.84%31.76%-
HSV(B)266.44º84.29%54.9%-
XYZ7.843.9225.15-
YUV51178.23144.41-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.36%
GREEN value IS 22 (8.98% from 255) = 9.32%
BLUE value IS 140 (55.08% from 255) = 59.32%
R=31.36%
G=9.32%
B=59.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74221400.470.8400.45266.4472.8431.76
Hex4A168C2F5402D10a4920
Octal112262145712405541211140
Binary10010101011010001100101111101010001011011000010101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A168C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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