Shades of Persian Indigo #40109F
Tints of Persian Indigo #40109F
RGB
CMYK
RGB Variations
Color information
#40109F (or 0x40109F) is known color: Persian Indigo. HEX triplet: 40, 10 and 9F. RGB value is (64,16,159). Sum of RGB (Red+Green+Blue) = 64+16+159=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 159 (62.5% from 255 or 66.53% from 239); Max value from RGB is 159 - color contains mainly: blue. Hex color #40109F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40109F is #BFEF60. Grayscale: #2E2E2E. Windows color (decimal): -12578657 or 10424384. OLE color: 10424384.
HSL color Cylindrical-coordinate representation of color #40109F: hue angle of 260.14º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40109F is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 16 | 159 | - |
| CMYK | 0.60 | 0.90 | 0 | 0.38 |
| HSL | 260.14º | 0.82% | 0.34% | - |
| HSV(B) | 260.14º | 0.9% | 0.62% | - |
| XYZ | 8.56 | 3.96 | 33.11 | - |
| YUV | 46.65 | 191.4 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 159 | 0.60 | 0.90 | 0 | 0.38 | 260.14 | 0.82 | 0.34 |
| Hex | 40 | 10 | 9F | 3C | 5A | 0 | 26 | 104 | 52 | 22 |
| Octal | 100 | 20 | 237 | 74 | 132 | 0 | 46 | 404 | 122 | 42 |
| Binary | 1000000 | 10000 | 10011111 | 111100 | 1011010 | 0 | 100110 | 100000100 | 1010010 | 100010 |
Color Harmonies of #40109F
Complementary color
Monochromatic Colors of #40109F
Black with #40109F
Text Example
Text Example
White with #40109F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40109F; }
p { color: rgb(64,16,159); }
H1.HeaderClassName
{
color: #40109F;
}
.AnyTagClassName
{
color: #40109F;
}
</style>
background-color css
<style>
a { background-color: #40109F; }
a { background-color: rgb(64,16,159); }
div.DivClassName
{
background-color: #40109F;
}
.BgClassName
{
background-color: #40109F;
}
</style>
border-color css
<style>
span { border-color: #40109F; }
span { border-color: rgb(64,16,159); }
td.TdClassName
{
border-color: #40109F;
}
.TagClassName
{
border-color: #40109F;
}
</style>