Shades of Indigo #400A98
Tints of Indigo #400A98
RGB
CMYK
RGB Variations
Color information
#400A98 (or 0x400A98) is known color: Indigo. HEX triplet: 40, 0A and 98. RGB value is (64,10,152). Sum of RGB (Red+Green+Blue) = 64+10+152=226 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.32% from 226); Green value is 10 (4.30% from 255 or 4.42% from 226); Blue value is 152 (59.77% from 255 or 67.26% from 226); Max value from RGB is 152 - color contains mainly: blue. Hex color #400A98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400A98 is #BFF567. Grayscale: #292929. Windows color (decimal): -12580200 or 9964096. OLE color: 9964096.
HSL color Cylindrical-coordinate representation of color #400A98: hue angle of 262.82º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400A98 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 10 | 152 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.40 |
| HSL | 262.82º | 0.88% | 0.32% | - |
| HSV(B) | 262.82º | 0.93% | 0.6% | - |
| XYZ | 7.89 | 3.57 | 29.98 | - |
| YUV | 42.33 | 189.89 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 10 | 152 | 0.58 | 0.93 | 0 | 0.40 | 262.82 | 0.88 | 0.32 |
| Hex | 40 | A | 98 | 3A | 5D | 0 | 28 | 107 | 58 | 20 |
| Octal | 100 | 12 | 230 | 72 | 135 | 0 | 50 | 407 | 130 | 40 |
| Binary | 1000000 | 1010 | 10011000 | 111010 | 1011101 | 0 | 101000 | 100000111 | 1011000 | 100000 |
Color Harmonies of #400A98
Complementary color
Monochromatic Colors of #400A98
Black with #400A98
Text Example
Text Example
White with #400A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400A98; }
p { color: rgb(64,10,152); }
H1.HeaderClassName
{
color: #400A98;
}
.AnyTagClassName
{
color: #400A98;
}
</style>
background-color css
<style>
a { background-color: #400A98; }
a { background-color: rgb(64,10,152); }
div.DivClassName
{
background-color: #400A98;
}
.BgClassName
{
background-color: #400A98;
}
</style>
border-color css
<style>
span { border-color: #400A98; }
span { border-color: rgb(64,10,152); }
td.TdClassName
{
border-color: #400A98;
}
.TagClassName
{
border-color: #400A98;
}
</style>