Shades of Persian Indigo #400D85
Tints of Persian Indigo #400D85
RGB
CMYK
RGB Variations
Color information
#400D85 (or 0x400D85) is known color: Persian Indigo. HEX triplet: 40, 0D and 85. RGB value is (64,13,133). Sum of RGB (Red+Green+Blue) = 64+13+133=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 13 (5.47% from 255 or 6.19% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #400D85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400D85 is #BFF27A. Grayscale: #292929. Windows color (decimal): -12579451 or 8719680. OLE color: 8719680.
HSL color Cylindrical-coordinate representation of color #400D85: hue angle of 265.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #400D85 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 13 | 133 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.48 |
| HSL | 265.5º | 0.82% | 0.29% | - |
| HSV(B) | 265.5º | 0.9% | 0.52% | - |
| XYZ | 6.49 | 3.07 | 22.44 | - |
| YUV | 41.93 | 179.4 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 13 | 133 | 0.52 | 0.90 | 0 | 0.48 | 265.5 | 0.82 | 0.29 |
| Hex | 40 | D | 85 | 34 | 5A | 0 | 30 | 10A | 52 | 1D |
| Octal | 100 | 15 | 205 | 64 | 132 | 0 | 60 | 412 | 122 | 35 |
| Binary | 1000000 | 1101 | 10000101 | 110100 | 1011010 | 0 | 110000 | 100001010 | 1010010 | 11101 |
Color Harmonies of #400D85
Complementary color
Monochromatic Colors of #400D85
Black with #400D85
Text Example
Text Example
White with #400D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400D85; }
p { color: rgb(64,13,133); }
H1.HeaderClassName
{
color: #400D85;
}
.AnyTagClassName
{
color: #400D85;
}
</style>
background-color css
<style>
a { background-color: #400D85; }
a { background-color: rgb(64,13,133); }
div.DivClassName
{
background-color: #400D85;
}
.BgClassName
{
background-color: #400D85;
}
</style>
border-color css
<style>
span { border-color: #400D85; }
span { border-color: rgb(64,13,133); }
td.TdClassName
{
border-color: #400D85;
}
.TagClassName
{
border-color: #400D85;
}
</style>