#4008A1

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

Shades of Indigo #4008A1

Tints of Indigo #4008A1

Color information

#4008A1 (or 0x4008A1) is unknown color: approx Indigo. HEX triplet: 40, 08 and A1. RGB value is (64,8,161). Sum of RGB (Red+Green+Blue) = 64+8+161=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 161 (63.28% from 255 or 69.10% from 233); Max value from RGB is 161 - color contains mainly: blue. Hex color #4008A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4008A1 is #BFF75E. Grayscale: #292929. Windows color (decimal): -12580703 or 10553408. OLE color: 10553408.

HSL color Cylindrical-coordinate representation of color #4008A1: hue angle of 261.96º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4008A1 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB648161-
CMYK0.600.9500.37
HSL261.96º90.53%33.14%-
HSV(B)261.96º95.03%63.14%-
XYZ8.633.8434-
YUV42.19195.05143.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 8 (3.52% from 255) = 3.43%
BLUE value IS 161 (63.28% from 255) = 69.10%
R=27.47%
G=3.43%
B=69.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6481610.600.9500.37261.9690.5333.14
Hex408A13C5F0251065b21
Octal100102417413704540613341
Binary1000000100010100001111100101111101001011000001101011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4008A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4008A1; }

 p { color: rgb(64,8,161); }

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

<style>
 a { background-color: #4008A1; }

 a { background-color: rgb(64,8,161); }

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

<style>
 span { border-color: #4008A1; }

 span { border-color: rgb(64,8,161); }

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