Shades of Indigo #400FA5
Tints of Indigo #400FA5
RGB
CMYK
RGB Variations
Color information
#400FA5 (or 0x400FA5) is known color: Indigo. HEX triplet: 40, 0F and A5. RGB value is (64,15,165). Sum of RGB (Red+Green+Blue) = 64+15+165=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 15 (6.25% from 255 or 6.15% from 244); Blue value is 165 (64.84% from 255 or 67.62% from 244); Max value from RGB is 165 - color contains mainly: blue. Hex color #400FA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400FA5 is #BFF05A. Grayscale: #2E2E2E. Windows color (decimal): -12578907 or 10817344. OLE color: 10817344.
HSL color Cylindrical-coordinate representation of color #400FA5: hue angle of 259.6º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400FA5 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 15 | 165 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.35 |
| HSL | 259.6º | 0.83% | 0.35% | - |
| HSV(B) | 259.6º | 0.91% | 0.65% | - |
| XYZ | 9.08 | 4.15 | 35.92 | - |
| YUV | 46.75 | 194.73 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 15 | 165 | 0.61 | 0.91 | 0 | 0.35 | 259.6 | 0.83 | 0.35 |
| Hex | 40 | F | A5 | 3D | 5B | 0 | 23 | 104 | 53 | 23 |
| Octal | 100 | 17 | 245 | 75 | 133 | 0 | 43 | 404 | 123 | 43 |
| Binary | 1000000 | 1111 | 10100101 | 111101 | 1011011 | 0 | 100011 | 100000100 | 1010011 | 100011 |
Color Harmonies of #400FA5
Complementary color
Monochromatic Colors of #400FA5
Black with #400FA5
Text Example
Text Example
White with #400FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400FA5; }
p { color: rgb(64,15,165); }
H1.HeaderClassName
{
color: #400FA5;
}
.AnyTagClassName
{
color: #400FA5;
}
</style>
background-color css
<style>
a { background-color: #400FA5; }
a { background-color: rgb(64,15,165); }
div.DivClassName
{
background-color: #400FA5;
}
.BgClassName
{
background-color: #400FA5;
}
</style>
border-color css
<style>
span { border-color: #400FA5; }
span { border-color: rgb(64,15,165); }
td.TdClassName
{
border-color: #400FA5;
}
.TagClassName
{
border-color: #400FA5;
}
</style>