#4A05AD

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

Shades of Indigo #4A05AD

Tints of Indigo #4A05AD

Color information

#4A05AD (or 0x4A05AD) is unknown color: approx Indigo. HEX triplet: 4A, 05 and AD. RGB value is (74,5,173). Sum of RGB (Red+Green+Blue) = 74+5+173=252 (33% of max value = 765). Red value is 74 (29.30% from 255 or 29.37% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A05AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A05AD is #B5FA52. Grayscale: #2C2C2C. Windows color (decimal): -11926099 or 11339082. OLE color: 11339082.

HSL color Cylindrical-coordinate representation of color #4A05AD: hue angle of 264.64º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A05AD is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB745173-
CMYK0.570.9700.32
HSL264.64º94.38%34.9%-
HSV(B)264.64º97.11%67.84%-
XYZ10.424.5839.87-
YUV44.78200.36148.84-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 29.37%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 173 (67.97% from 255) = 68.65%
R=29.37%
G=1.98%
B=68.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal7451730.570.9700.32264.6494.3834.9
Hex4A5AD39610201095e23
Octal11252557114104041113643
Binary100101010110101101111001110000101000001000010011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A05AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,5,173); }

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

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

 a { background-color: rgb(74,5,173); }

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

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

 span { border-color: rgb(74,5,173); }

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