#4A02AA

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

Shades of Indigo #4A02AA

Tints of Indigo #4A02AA

Color information

#4A02AA (or 0x4A02AA) is unknown color: approx Indigo. HEX triplet: 4A, 02 and AA. RGB value is (74,2,170). Sum of RGB (Red+Green+Blue) = 74+2+170=246 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.08% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 170 (66.80% from 255 or 69.11% from 246); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A02AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A02AA is #B5FD55. Grayscale: #2A2A2A. Windows color (decimal): -11926870 or 11141706. OLE color: 11141706.

HSL color Cylindrical-coordinate representation of color #4A02AA: hue angle of 265.71º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4A02AA is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB742170-
CMYK0.560.9900.33
HSL265.71º97.67%33.73%-
HSV(B)265.71º98.82%66.67%-
XYZ10.14.438.35-
YUV42.68199.85150.34-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.08%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 170 (66.80% from 255) = 69.11%
R=30.08%
G=0.81%
B=69.11%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7421700.560.9900.33265.7197.6733.73
Hex4A2AA386302110a6222
Octal11222527014304141214242
Binary10010101010101010111000110001101000011000010101100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A02AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,2,170); }

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

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

 a { background-color: rgb(74,2,170); }

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

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

 span { border-color: rgb(74,2,170); }

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