#4A108C

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

Shades of Indigo #4A108C

Tints of Indigo #4A108C

Color information

#4A108C (or 0x4A108C) is unknown color: approx Indigo. HEX triplet: 4A, 10 and 8C. RGB value is (74,16,140). Sum of RGB (Red+Green+Blue) = 74+16+140=230 (30% of max value = 765). Red value is 74 (29.30% from 255 or 32.17% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 140 (55.08% from 255 or 60.87% from 230); Max value from RGB is 140 - color contains mainly: blue. Hex color #4A108C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A108C is #B5EF73. Grayscale: #2F2F2F. Windows color (decimal): -11923316 or 9179210. OLE color: 9179210.

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

Color convert

RGB7416140-
CMYK0.470.8900.45
HSL268.06º79.49%30.59%-
HSV(B)268.06º88.57%54.9%-
XYZ7.743.7225.12-
YUV47.48180.22146.92-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.17%
GREEN value IS 16 (6.64% from 255) = 6.96%
BLUE value IS 140 (55.08% from 255) = 60.87%
R=32.17%
G=6.96%
B=60.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal74161400.470.8900.45268.0679.4930.59
Hex4A108C2F5902D10c4f1f
Octal112202145713105541411737
Binary1001010100001000110010111110110010101101100001100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A108C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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