Shades of Persian Indigo #400D74
Tints of Persian Indigo #400D74
RGB
CMYK
RGB Variations
Color information
#400D74 (or 0x400D74) is known color: Persian Indigo. HEX triplet: 40, 0D and 74. RGB value is (64,13,116). Sum of RGB (Red+Green+Blue) = 64+13+116=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 116 (45.70% from 255 or 60.10% from 193); Max value from RGB is 116 - color contains mainly: blue. Hex color #400D74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400D74 is #BFF28B. Grayscale: #272727. Windows color (decimal): -12579468 or 7605568. OLE color: 7605568.
HSL color Cylindrical-coordinate representation of color #400D74: hue angle of 269.71º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #400D74 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 13 | 116 | - |
| CMYK | 0.45 | 0.89 | 0 | 0.55 |
| HSL | 269.71º | 0.8% | 0.25% | - |
| HSV(B) | 269.71º | 0.89% | 0.45% | - |
| XYZ | 5.41 | 2.64 | 16.75 | - |
| YUV | 39.99 | 170.9 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 116 | 0.45 | 0.89 | 0 | 0.55 | 269.71 | 0.8 | 0.25 |
| Hex | 40 | D | 74 | 2D | 59 | 0 | 37 | 10E | 50 | 19 |
| Octal | 100 | 15 | 164 | 55 | 131 | 0 | 67 | 416 | 120 | 31 |
| Binary | 1000000 | 1101 | 1110100 | 101101 | 1011001 | 0 | 110111 | 100001110 | 1010000 | 11001 |
Color Harmonies of #400D74
Complementary color
Monochromatic Colors of #400D74
Black with #400D74
Text Example
Text Example
White with #400D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D74; }
p { color: rgb(64,13,116); }
H1.HeaderClassName
{
color: #400D74;
}
.AnyTagClassName
{
color: #400D74;
}
</style>
background-color css
<style>
a { background-color: #400D74; }
a { background-color: rgb(64,13,116); }
div.DivClassName
{
background-color: #400D74;
}
.BgClassName
{
background-color: #400D74;
}
</style>
border-color css
<style>
span { border-color: #400D74; }
span { border-color: rgb(64,13,116); }
td.TdClassName
{
border-color: #400D74;
}
.TagClassName
{
border-color: #400D74;
}
</style>