Shades of Indigo #4009A5
Tints of Indigo #4009A5
RGB
CMYK
RGB Variations
Color information
#4009A5 (or 0x4009A5) is known color: Indigo. HEX triplet: 40, 09 and A5. RGB value is (64,9,165). Sum of RGB (Red+Green+Blue) = 64+9+165=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 165 (64.84% from 255 or 69.33% from 238); Max value from RGB is 165 - color contains mainly: blue. Hex color #4009A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4009A5 is #BFF65A. Grayscale: #2A2A2A. Windows color (decimal): -12580443 or 10815808. OLE color: 10815808.
HSL color Cylindrical-coordinate representation of color #4009A5: hue angle of 261.15º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4009A5 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 9 | 165 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.35 |
| HSL | 261.15º | 0.9% | 0.34% | - |
| HSV(B) | 261.15º | 0.95% | 0.65% | - |
| XYZ | 9 | 4 | 35.9 | - |
| YUV | 43.23 | 196.72 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 9 | 165 | 0.61 | 0.95 | 0 | 0.35 | 261.15 | 0.9 | 0.34 |
| Hex | 40 | 9 | A5 | 3D | 5F | 0 | 23 | 105 | 5A | 22 |
| Octal | 100 | 11 | 245 | 75 | 137 | 0 | 43 | 405 | 132 | 42 |
| Binary | 1000000 | 1001 | 10100101 | 111101 | 1011111 | 0 | 100011 | 100000101 | 1011010 | 100010 |
Color Harmonies of #4009A5
Complementary color
Monochromatic Colors of #4009A5
Black with #4009A5
Text Example
Text Example
White with #4009A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4009A5; }
p { color: rgb(64,9,165); }
H1.HeaderClassName
{
color: #4009A5;
}
.AnyTagClassName
{
color: #4009A5;
}
</style>
background-color css
<style>
a { background-color: #4009A5; }
a { background-color: rgb(64,9,165); }
div.DivClassName
{
background-color: #4009A5;
}
.BgClassName
{
background-color: #4009A5;
}
</style>
border-color css
<style>
span { border-color: #4009A5; }
span { border-color: rgb(64,9,165); }
td.TdClassName
{
border-color: #4009A5;
}
.TagClassName
{
border-color: #4009A5;
}
</style>