Shades of Persian Indigo #401B89
Tints of Persian Indigo #401B89
RGB
CMYK
RGB Variations
Color information
#401B89 (or 0x401B89) is known color: Persian Indigo. HEX triplet: 40, 1B and 89. RGB value is (64,27,137). Sum of RGB (Red+Green+Blue) = 64+27+137=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 27 (10.94% from 255 or 11.84% from 228); Blue value is 137 (53.91% from 255 or 60.09% from 228); Max value from RGB is 137 - color contains mainly: blue. Hex color #401B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401B89 is #BFE476. Grayscale: #323232. Windows color (decimal): -12575863 or 8985408. OLE color: 8985408.
HSL color Cylindrical-coordinate representation of color #401B89: hue angle of 260.18º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #401B89 is Cyan = 0.53, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 64 | 27 | 137 | - |
| CMYK | 0.53 | 0.80 | 0 | 0.46 |
| HSL | 260.18º | 0.67% | 0.32% | - |
| HSV(B) | 260.18º | 0.8% | 0.54% | - |
| XYZ | 7.02 | 3.68 | 24.01 | - |
| YUV | 50.6 | 176.76 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 137 | 0.53 | 0.80 | 0 | 0.46 | 260.18 | 0.67 | 0.32 |
| Hex | 40 | 1B | 89 | 35 | 50 | 0 | 2E | 104 | 43 | 20 |
| Octal | 100 | 33 | 211 | 65 | 120 | 0 | 56 | 404 | 103 | 40 |
| Binary | 1000000 | 11011 | 10001001 | 110101 | 1010000 | 0 | 101110 | 100000100 | 1000011 | 100000 |
Color Harmonies of #401B89
Complementary color
Monochromatic Colors of #401B89
Black with #401B89
Text Example
Text Example
White with #401B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401B89; }
p { color: rgb(64,27,137); }
H1.HeaderClassName
{
color: #401B89;
}
.AnyTagClassName
{
color: #401B89;
}
</style>
background-color css
<style>
a { background-color: #401B89; }
a { background-color: rgb(64,27,137); }
div.DivClassName
{
background-color: #401B89;
}
.BgClassName
{
background-color: #401B89;
}
</style>
border-color css
<style>
span { border-color: #401B89; }
span { border-color: rgb(64,27,137); }
td.TdClassName
{
border-color: #401B89;
}
.TagClassName
{
border-color: #401B89;
}
</style>