Shades of Persian Indigo #400D81
Tints of Persian Indigo #400D81
RGB
CMYK
RGB Variations
Color information
#400D81 (or 0x400D81) is known color: Persian Indigo. HEX triplet: 40, 0D and 81. RGB value is (64,13,129). Sum of RGB (Red+Green+Blue) = 64+13+129=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 129 (50.78% from 255 or 62.62% from 206); Max value from RGB is 129 - color contains mainly: blue. Hex color #400D81 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400D81 is #BFF27E. Grayscale: #292929. Windows color (decimal): -12579455 or 8457536. OLE color: 8457536.
HSL color Cylindrical-coordinate representation of color #400D81: hue angle of 266.38º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #400D81 is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 13 | 129 | - |
| CMYK | 0.50 | 0.90 | 0 | 0.49 |
| HSL | 266.38º | 0.82% | 0.28% | - |
| HSV(B) | 266.38º | 0.9% | 0.51% | - |
| XYZ | 6.22 | 2.96 | 21.01 | - |
| YUV | 41.47 | 177.4 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 129 | 0.50 | 0.90 | 0 | 0.49 | 266.38 | 0.82 | 0.28 |
| Hex | 40 | D | 81 | 32 | 5A | 0 | 31 | 10A | 52 | 1C |
| Octal | 100 | 15 | 201 | 62 | 132 | 0 | 61 | 412 | 122 | 34 |
| Binary | 1000000 | 1101 | 10000001 | 110010 | 1011010 | 0 | 110001 | 100001010 | 1010010 | 11100 |
Color Harmonies of #400D81
Complementary color
Monochromatic Colors of #400D81
Black with #400D81
Text Example
Text Example
White with #400D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D81; }
p { color: rgb(64,13,129); }
H1.HeaderClassName
{
color: #400D81;
}
.AnyTagClassName
{
color: #400D81;
}
</style>
background-color css
<style>
a { background-color: #400D81; }
a { background-color: rgb(64,13,129); }
div.DivClassName
{
background-color: #400D81;
}
.BgClassName
{
background-color: #400D81;
}
</style>
border-color css
<style>
span { border-color: #400D81; }
span { border-color: rgb(64,13,129); }
td.TdClassName
{
border-color: #400D81;
}
.TagClassName
{
border-color: #400D81;
}
</style>