#4A1273

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

Shades of Indigo #4A1273

Tints of Indigo #4A1273

Color information

#4A1273 (or 0x4A1273) is unknown color: approx Indigo. HEX triplet: 4A, 12 and 73. RGB value is (74,18,115). Sum of RGB (Red+Green+Blue) = 74+18+115=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 115 (45.31% from 255 or 55.56% from 207); Max value from RGB is 115 - color contains mainly: blue. Hex color #4A1273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1273 is #B5ED8C. Grayscale: #2D2D2D. Windows color (decimal): -11922829 or 7541322. OLE color: 7541322.

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

Color convert

RGB7418115-
CMYK0.360.8400.55
HSL274.64º72.93%26.08%-
HSV(B)274.64º84.35%45.1%-
XYZ6.133.1316.5-
YUV45.8167.05148.11-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.75%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 115 (45.31% from 255) = 55.56%
R=35.75%
G=8.70%
B=55.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal74181150.360.8400.55274.6472.9326.08
Hex4A12732454037113491a
Octal112221634412406742311132
Binary100101010010111001110010010101000110111100010011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,18,115); }

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

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

 a { background-color: rgb(74,18,115); }

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

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

 span { border-color: rgb(74,18,115); }

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