#4009AB

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

Shades of Indigo #4009AB

Tints of Indigo #4009AB

Color information

#4009AB (or 0x4009AB) is unknown color: approx Indigo. HEX triplet: 40, 09 and AB. RGB value is (64,9,171). Sum of RGB (Red+Green+Blue) = 64+9+171=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #4009AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4009AB is #BFF654. Grayscale: #2B2B2B. Windows color (decimal): -12580437 or 11209024. OLE color: 11209024.

HSL color Cylindrical-coordinate representation of color #4009AB: hue angle of 260.37º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4009AB is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB649171-
CMYK0.630.9500.33
HSL260.37º90%35.29%-
HSV(B)260.37º94.74%67.06%-
XYZ9.564.2338.84-
YUV43.91199.72142.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 9 (3.91% from 255) = 3.69%
BLUE value IS 171 (67.19% from 255) = 70.08%
R=26.23%
G=3.69%
B=70.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal6491710.630.9500.33260.379035.29
Hex409AB3F5F0211045a23
Octal100112537713704140413243
Binary1000000100110101011111111101111101000011000001001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4009AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4009AB; }

 p { color: rgb(64,9,171); }

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

<style>
 a { background-color: #4009AB; }

 a { background-color: rgb(64,9,171); }

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

<style>
 span { border-color: #4009AB; }

 span { border-color: rgb(64,9,171); }

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