#4A02A4

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

Shades of Indigo #4A02A4

Tints of Indigo #4A02A4

Color information

#4A02A4 (or 0x4A02A4) is unknown color: approx Indigo. HEX triplet: 4A, 02 and A4. RGB value is (74,2,164). Sum of RGB (Red+Green+Blue) = 74+2+164=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 164 (64.45% from 255 or 68.33% from 240); Max value from RGB is 164 - color contains mainly: blue. Hex color #4A02A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A02A4 is #B5FD5B. Grayscale: #292929. Windows color (decimal): -11926876 or 10748490. OLE color: 10748490.

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

Color convert

RGB742164-
CMYK0.550.9900.36
HSL266.67º97.59%32.55%-
HSV(B)266.67º98.78%64.31%-
XYZ9.554.1835.43-
YUV42196.85150.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.83%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 164 (64.45% from 255) = 68.33%
R=30.83%
G=0.83%
B=68.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7421640.550.9900.36266.6797.5932.55
Hex4A2A4376302410b6221
Octal11222446714304441314241
Binary10010101010100100110111110001101001001000010111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A02A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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