Shades of Persian Indigo #40109B
Tints of Persian Indigo #40109B
RGB
CMYK
RGB Variations
Color information
#40109B (or 0x40109B) is known color: Persian Indigo. HEX triplet: 40, 10 and 9B. RGB value is (64,16,155). Sum of RGB (Red+Green+Blue) = 64+16+155=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #40109B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40109B is #BFEF64. Grayscale: #2D2D2D. Windows color (decimal): -12578661 or 10162240. OLE color: 10162240.
HSL color Cylindrical-coordinate representation of color #40109B: hue angle of 260.72º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40109B is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 16 | 155 | - |
| CMYK | 0.59 | 0.90 | 0 | 0.39 |
| HSL | 260.72º | 0.81% | 0.34% | - |
| HSV(B) | 260.72º | 0.9% | 0.61% | - |
| XYZ | 8.22 | 3.83 | 31.32 | - |
| YUV | 46.2 | 189.4 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 16 | 155 | 0.59 | 0.90 | 0 | 0.39 | 260.72 | 0.81 | 0.34 |
| Hex | 40 | 10 | 9B | 3B | 5A | 0 | 27 | 105 | 51 | 22 |
| Octal | 100 | 20 | 233 | 73 | 132 | 0 | 47 | 405 | 121 | 42 |
| Binary | 1000000 | 10000 | 10011011 | 111011 | 1011010 | 0 | 100111 | 100000101 | 1010001 | 100010 |
Color Harmonies of #40109B
Complementary color
Monochromatic Colors of #40109B
Black with #40109B
Text Example
Text Example
White with #40109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40109B; }
p { color: rgb(64,16,155); }
H1.HeaderClassName
{
color: #40109B;
}
.AnyTagClassName
{
color: #40109B;
}
</style>
background-color css
<style>
a { background-color: #40109B; }
a { background-color: rgb(64,16,155); }
div.DivClassName
{
background-color: #40109B;
}
.BgClassName
{
background-color: #40109B;
}
</style>
border-color css
<style>
span { border-color: #40109B; }
span { border-color: rgb(64,16,155); }
td.TdClassName
{
border-color: #40109B;
}
.TagClassName
{
border-color: #40109B;
}
</style>