#4A1290

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

Shades of Indigo #4A1290

Tints of Indigo #4A1290

Color information

#4A1290 (or 0x4A1290) is unknown color: approx Indigo. HEX triplet: 4A, 12 and 90. RGB value is (74,18,144). Sum of RGB (Red+Green+Blue) = 74+18+144=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 144 (56.64% from 255 or 61.02% from 236); Max value from RGB is 144 - color contains mainly: blue. Hex color #4A1290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A1290 is #B5ED6F. Grayscale: #303030. Windows color (decimal): -11922800 or 9441866. OLE color: 9441866.

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

Color convert

RGB7418144-
CMYK0.490.8800.44
HSL266.67º77.78%31.76%-
HSV(B)266.67º87.5%56.47%-
XYZ8.073.926.71-
YUV49.11181.55145.75-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 31.36%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 144 (56.64% from 255) = 61.02%
R=31.36%
G=7.63%
B=61.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal74181440.490.8800.44266.6777.7831.76
Hex4A1290315802C10b4e20
Octal112222206113005441311640
Binary10010101001010010000110001101100001011001000010111001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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