Shades of Persian Indigo #401B81
Tints of Persian Indigo #401B81
RGB
CMYK
RGB Variations
Color information
#401B81 (or 0x401B81) is known color: Persian Indigo. HEX triplet: 40, 1B and 81. RGB value is (64,27,129). Sum of RGB (Red+Green+Blue) = 64+27+129=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 27 (10.94% from 255 or 12.27% from 220); Blue value is 129 (50.78% from 255 or 58.64% from 220); Max value from RGB is 129 - color contains mainly: blue. Hex color #401B81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401B81 is #BFE47E. Grayscale: #313131. Windows color (decimal): -12575871 or 8461120. OLE color: 8461120.
HSL color Cylindrical-coordinate representation of color #401B81: hue angle of 261.76º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #401B81 is Cyan = 0.50, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 64 | 27 | 129 | - |
| CMYK | 0.50 | 0.79 | 0 | 0.49 |
| HSL | 261.76º | 0.65% | 0.31% | - |
| HSV(B) | 261.76º | 0.79% | 0.51% | - |
| XYZ | 6.47 | 3.46 | 21.1 | - |
| YUV | 49.69 | 172.76 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 129 | 0.50 | 0.79 | 0 | 0.49 | 261.76 | 0.65 | 0.31 |
| Hex | 40 | 1B | 81 | 32 | 4F | 0 | 31 | 106 | 41 | 1F |
| Octal | 100 | 33 | 201 | 62 | 117 | 0 | 61 | 406 | 101 | 37 |
| Binary | 1000000 | 11011 | 10000001 | 110010 | 1001111 | 0 | 110001 | 100000110 | 1000001 | 11111 |
Color Harmonies of #401B81
Complementary color
Monochromatic Colors of #401B81
Black with #401B81
Text Example
Text Example
White with #401B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401B81; }
p { color: rgb(64,27,129); }
H1.HeaderClassName
{
color: #401B81;
}
.AnyTagClassName
{
color: #401B81;
}
</style>
background-color css
<style>
a { background-color: #401B81; }
a { background-color: rgb(64,27,129); }
div.DivClassName
{
background-color: #401B81;
}
.BgClassName
{
background-color: #401B81;
}
</style>
border-color css
<style>
span { border-color: #401B81; }
span { border-color: rgb(64,27,129); }
td.TdClassName
{
border-color: #401B81;
}
.TagClassName
{
border-color: #401B81;
}
</style>