Shades of Persian Indigo #401B8D
Tints of Persian Indigo #401B8D
RGB
CMYK
RGB Variations
Color information
#401B8D (or 0x401B8D) is known color: Persian Indigo. HEX triplet: 40, 1B and 8D. RGB value is (64,27,141). Sum of RGB (Red+Green+Blue) = 64+27+141=232 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.59% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #401B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401B8D is #BFE472. Grayscale: #323232. Windows color (decimal): -12575859 or 9247552. OLE color: 9247552.
HSL color Cylindrical-coordinate representation of color #401B8D: hue angle of 259.47º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401B8D is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 27 | 141 | - |
| CMYK | 0.55 | 0.81 | 0 | 0.45 |
| HSL | 259.47º | 0.68% | 0.33% | - |
| HSV(B) | 259.47º | 0.81% | 0.55% | - |
| XYZ | 7.31 | 3.8 | 25.55 | - |
| YUV | 51.06 | 178.76 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 141 | 0.55 | 0.81 | 0 | 0.45 | 259.47 | 0.68 | 0.33 |
| Hex | 40 | 1B | 8D | 37 | 51 | 0 | 2D | 103 | 44 | 21 |
| Octal | 100 | 33 | 215 | 67 | 121 | 0 | 55 | 403 | 104 | 41 |
| Binary | 1000000 | 11011 | 10001101 | 110111 | 1010001 | 0 | 101101 | 100000011 | 1000100 | 100001 |
Color Harmonies of #401B8D
Complementary color
Monochromatic Colors of #401B8D
Black with #401B8D
Text Example
Text Example
White with #401B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401B8D; }
p { color: rgb(64,27,141); }
H1.HeaderClassName
{
color: #401B8D;
}
.AnyTagClassName
{
color: #401B8D;
}
</style>
background-color css
<style>
a { background-color: #401B8D; }
a { background-color: rgb(64,27,141); }
div.DivClassName
{
background-color: #401B8D;
}
.BgClassName
{
background-color: #401B8D;
}
</style>
border-color css
<style>
span { border-color: #401B8D; }
span { border-color: rgb(64,27,141); }
td.TdClassName
{
border-color: #401B8D;
}
.TagClassName
{
border-color: #401B8D;
}
</style>