Shades of Persian Indigo #400E73
Tints of Persian Indigo #400E73
RGB
CMYK
RGB Variations
Color information
#400E73 (or 0x400E73) is known color: Persian Indigo. HEX triplet: 40, 0E and 73. RGB value is (64,14,115). Sum of RGB (Red+Green+Blue) = 64+14+115=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #400E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400E73 is #BFF18C. Grayscale: #282828. Windows color (decimal): -12579213 or 7540288. OLE color: 7540288.
HSL color Cylindrical-coordinate representation of color #400E73: hue angle of 269.7º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #400E73 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 14 | 115 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.55 |
| HSL | 269.7º | 0.78% | 0.25% | - |
| HSV(B) | 269.7º | 0.88% | 0.45% | - |
| XYZ | 5.37 | 2.64 | 16.45 | - |
| YUV | 40.46 | 170.07 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 14 | 115 | 0.44 | 0.88 | 0 | 0.55 | 269.7 | 0.78 | 0.25 |
| Hex | 40 | E | 73 | 2C | 58 | 0 | 37 | 10E | 4E | 19 |
| Octal | 100 | 16 | 163 | 54 | 130 | 0 | 67 | 416 | 116 | 31 |
| Binary | 1000000 | 1110 | 1110011 | 101100 | 1011000 | 0 | 110111 | 100001110 | 1001110 | 11001 |
Color Harmonies of #400E73
Complementary color
Monochromatic Colors of #400E73
Black with #400E73
Text Example
Text Example
White with #400E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400E73; }
p { color: rgb(64,14,115); }
H1.HeaderClassName
{
color: #400E73;
}
.AnyTagClassName
{
color: #400E73;
}
</style>
background-color css
<style>
a { background-color: #400E73; }
a { background-color: rgb(64,14,115); }
div.DivClassName
{
background-color: #400E73;
}
.BgClassName
{
background-color: #400E73;
}
</style>
border-color css
<style>
span { border-color: #400E73; }
span { border-color: rgb(64,14,115); }
td.TdClassName
{
border-color: #400E73;
}
.TagClassName
{
border-color: #400E73;
}
</style>