Shades of Indigo #4009B1
Tints of Indigo #4009B1
RGB
CMYK
RGB Variations
Color information
#4009B1 (or 0x4009B1) is known color: Indigo. HEX triplet: 40, 09 and B1. RGB value is (64,9,177). Sum of RGB (Red+Green+Blue) = 64+9+177=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 177 (69.53% from 255 or 70.8% from 250); Max value from RGB is 177 - color contains mainly: blue. Hex color #4009B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4009B1 is #BFF64E. Grayscale: #2B2B2B. Windows color (decimal): -12580431 or 11602240. OLE color: 11602240.
HSL color Cylindrical-coordinate representation of color #4009B1: hue angle of 259.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4009B1 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 9 | 177 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.31 |
| HSL | 259.64º | 0.9% | 0.36% | - |
| HSV(B) | 259.64º | 0.95% | 0.69% | - |
| XYZ | 10.15 | 4.46 | 41.92 | - |
| YUV | 44.6 | 202.72 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 177 | 0.64 | 0.95 | 0 | 0.31 | 259.64 | 0.9 | 0.36 |
| Hex | 40 | 9 | B1 | 40 | 5F | 0 | 1F | 104 | 5A | 24 |
| Octal | 100 | 11 | 261 | 100 | 137 | 0 | 37 | 404 | 132 | 44 |
| Binary | 1000000 | 1001 | 10110001 | 1000000 | 1011111 | 0 | 11111 | 100000100 | 1011010 | 100100 |
Color Harmonies of #4009B1
Complementary color
Monochromatic Colors of #4009B1
Black with #4009B1
Text Example
Text Example
White with #4009B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4009B1; }
p { color: rgb(64,9,177); }
H1.HeaderClassName
{
color: #4009B1;
}
.AnyTagClassName
{
color: #4009B1;
}
</style>
background-color css
<style>
a { background-color: #4009B1; }
a { background-color: rgb(64,9,177); }
div.DivClassName
{
background-color: #4009B1;
}
.BgClassName
{
background-color: #4009B1;
}
</style>
border-color css
<style>
span { border-color: #4009B1; }
span { border-color: rgb(64,9,177); }
td.TdClassName
{
border-color: #4009B1;
}
.TagClassName
{
border-color: #4009B1;
}
</style>