#4A04AB

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

Shades of Indigo #4A04AB

Tints of Indigo #4A04AB

Color information

#4A04AB (or 0x4A04AB) is unknown color: approx Indigo. HEX triplet: 4A, 04 and AB. RGB value is (74,4,171). Sum of RGB (Red+Green+Blue) = 74+4+171=249 (32% of max value = 765). Red value is 74 (29.30% from 255 or 29.72% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A04AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A04AB is #B5FB54. Grayscale: #2B2B2B. Windows color (decimal): -11926357 or 11207754. OLE color: 11207754.

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

Color convert

RGB744171-
CMYK0.570.9800.33
HSL265.15º95.43%34.31%-
HSV(B)265.15º97.66%67.06%-
XYZ10.224.4838.85-
YUV43.97199.69149.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.72%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 171 (67.19% from 255) = 68.67%
R=29.72%
G=1.61%
B=68.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal7441710.570.9800.33265.1595.4334.31
Hex4A4AB39620211095f22
Octal11242537114204141113742
Binary100101010010101011111001110001001000011000010011011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A04AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,4,171); }

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

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

 a { background-color: rgb(74,4,171); }

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

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

 span { border-color: rgb(74,4,171); }

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