Shades of Persian Indigo #401B84
Tints of Persian Indigo #401B84
RGB
CMYK
RGB Variations
Color information
#401B84 (or 0x401B84) is known color: Persian Indigo. HEX triplet: 40, 1B and 84. RGB value is (64,27,132). Sum of RGB (Red+Green+Blue) = 64+27+132=223 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.70% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #401B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401B84 is #BFE47B. Grayscale: #313131. Windows color (decimal): -12575868 or 8657728. OLE color: 8657728.
HSL color Cylindrical-coordinate representation of color #401B84: hue angle of 261.14º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #401B84 is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 64 | 27 | 132 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.48 |
| HSL | 261.14º | 0.66% | 0.31% | - |
| HSV(B) | 261.14º | 0.8% | 0.52% | - |
| XYZ | 6.67 | 3.54 | 22.16 | - |
| YUV | 50.03 | 174.26 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 132 | 0.52 | 0.80 | 0 | 0.48 | 261.14 | 0.66 | 0.31 |
| Hex | 40 | 1B | 84 | 34 | 50 | 0 | 30 | 105 | 42 | 1F |
| Octal | 100 | 33 | 204 | 64 | 120 | 0 | 60 | 405 | 102 | 37 |
| Binary | 1000000 | 11011 | 10000100 | 110100 | 1010000 | 0 | 110000 | 100000101 | 1000010 | 11111 |
Color Harmonies of #401B84
Complementary color
Monochromatic Colors of #401B84
Black with #401B84
Text Example
Text Example
White with #401B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401B84; }
p { color: rgb(64,27,132); }
H1.HeaderClassName
{
color: #401B84;
}
.AnyTagClassName
{
color: #401B84;
}
</style>
background-color css
<style>
a { background-color: #401B84; }
a { background-color: rgb(64,27,132); }
div.DivClassName
{
background-color: #401B84;
}
.BgClassName
{
background-color: #401B84;
}
</style>
border-color css
<style>
span { border-color: #401B84; }
span { border-color: rgb(64,27,132); }
td.TdClassName
{
border-color: #401B84;
}
.TagClassName
{
border-color: #401B84;
}
</style>