#4004AD

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

Shades of Indigo #4004AD

Tints of Indigo #4004AD

Color information

#4004AD (or 0x4004AD) is unknown color: approx Indigo. HEX triplet: 40, 04 and AD. RGB value is (64,4,173). Sum of RGB (Red+Green+Blue) = 64+4+173=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 173 (67.97% from 255 or 71.78% from 241); Max value from RGB is 173 - color contains mainly: blue. Hex color #4004AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4004AD is #BFFB52. Grayscale: #282828. Windows color (decimal): -12581715 or 11338816. OLE color: 11338816.

HSL color Cylindrical-coordinate representation of color #4004AD: hue angle of 261.3º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4004AD is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB644173-
CMYK0.630.9800.32
HSL261.3º95.48%34.71%-
HSV(B)261.3º97.69%67.84%-
XYZ9.74.1939.83-
YUV41.21202.38144.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 4 (1.95% from 255) = 1.66%
BLUE value IS 173 (67.97% from 255) = 71.78%
R=26.56%
G=1.66%
B=71.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal6441730.630.9800.32261.395.4834.71
Hex404AD3F620201055f23
Octal10042557714204040513743
Binary100000010010101101111111110001001000001000001011011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4004AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4004AD; }

 p { color: rgb(64,4,173); }

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

<style>
 a { background-color: #4004AD; }

 a { background-color: rgb(64,4,173); }

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

<style>
 span { border-color: #4004AD; }

 span { border-color: rgb(64,4,173); }

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