Shades of Indigo #400398
Tints of Indigo #400398
RGB
CMYK
RGB Variations
Color information
#400398 (or 0x400398) is known color: Indigo. HEX triplet: 40, 03 and 98. RGB value is (64,3,152). Sum of RGB (Red+Green+Blue) = 64+3+152=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 3 (1.56% from 255 or 1.37% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #400398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400398 is #BFFC67. Grayscale: #252525. Windows color (decimal): -12581992 or 9962304. OLE color: 9962304.
HSL color Cylindrical-coordinate representation of color #400398: hue angle of 264.56º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #400398 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 3 | 152 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.40 |
| HSL | 264.56º | 0.96% | 0.3% | - |
| HSV(B) | 264.56º | 0.98% | 0.6% | - |
| XYZ | 7.81 | 3.42 | 29.95 | - |
| YUV | 38.23 | 192.21 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 3 | 152 | 0.58 | 0.98 | 0 | 0.40 | 264.56 | 0.96 | 0.3 |
| Hex | 40 | 3 | 98 | 3A | 62 | 0 | 28 | 109 | 60 | 1E |
| Octal | 100 | 3 | 230 | 72 | 142 | 0 | 50 | 411 | 140 | 36 |
| Binary | 1000000 | 11 | 10011000 | 111010 | 1100010 | 0 | 101000 | 100001001 | 1100000 | 11110 |
Color Harmonies of #400398
Complementary color
Monochromatic Colors of #400398
Black with #400398
Text Example
Text Example
White with #400398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400398; }
p { color: rgb(64,3,152); }
H1.HeaderClassName
{
color: #400398;
}
.AnyTagClassName
{
color: #400398;
}
</style>
background-color css
<style>
a { background-color: #400398; }
a { background-color: rgb(64,3,152); }
div.DivClassName
{
background-color: #400398;
}
.BgClassName
{
background-color: #400398;
}
</style>
border-color css
<style>
span { border-color: #400398; }
span { border-color: rgb(64,3,152); }
td.TdClassName
{
border-color: #400398;
}
.TagClassName
{
border-color: #400398;
}
</style>