Shades of Persian Indigo #401D8B
Tints of Persian Indigo #401D8B
RGB
CMYK
RGB Variations
Color information
#401D8B (or 0x401D8B) is known color: Persian Indigo. HEX triplet: 40, 1D and 8B. RGB value is (64,29,139). Sum of RGB (Red+Green+Blue) = 64+29+139=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 29 (11.72% from 255 or 12.5% from 232); Blue value is 139 (54.69% from 255 or 59.91% from 232); Max value from RGB is 139 - color contains mainly: blue. Hex color #401D8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401D8B is #BFE274. Grayscale: #333333. Windows color (decimal): -12575349 or 9116992. OLE color: 9116992.
HSL color Cylindrical-coordinate representation of color #401D8B: hue angle of 259.09º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #401D8B is Cyan = 0.54, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 29 | 139 | - |
| CMYK | 0.54 | 0.79 | 0 | 0.45 |
| HSL | 259.09º | 0.65% | 0.33% | - |
| HSV(B) | 259.09º | 0.79% | 0.55% | - |
| XYZ | 7.21 | 3.83 | 24.79 | - |
| YUV | 52.01 | 177.1 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 29 | 139 | 0.54 | 0.79 | 0 | 0.45 | 259.09 | 0.65 | 0.33 |
| Hex | 40 | 1D | 8B | 36 | 4F | 0 | 2D | 103 | 41 | 21 |
| Octal | 100 | 35 | 213 | 66 | 117 | 0 | 55 | 403 | 101 | 41 |
| Binary | 1000000 | 11101 | 10001011 | 110110 | 1001111 | 0 | 101101 | 100000011 | 1000001 | 100001 |
Color Harmonies of #401D8B
Complementary color
Monochromatic Colors of #401D8B
Black with #401D8B
Text Example
Text Example
White with #401D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401D8B; }
p { color: rgb(64,29,139); }
H1.HeaderClassName
{
color: #401D8B;
}
.AnyTagClassName
{
color: #401D8B;
}
</style>
background-color css
<style>
a { background-color: #401D8B; }
a { background-color: rgb(64,29,139); }
div.DivClassName
{
background-color: #401D8B;
}
.BgClassName
{
background-color: #401D8B;
}
</style>
border-color css
<style>
span { border-color: #401D8B; }
span { border-color: rgb(64,29,139); }
td.TdClassName
{
border-color: #401D8B;
}
.TagClassName
{
border-color: #401D8B;
}
</style>