Shades of Persian Indigo #40168E
Tints of Persian Indigo #40168E
RGB
CMYK
RGB Variations
Color information
#40168E (or 0x40168E) is known color: Persian Indigo. HEX triplet: 40, 16 and 8E. RGB value is (64,22,142). Sum of RGB (Red+Green+Blue) = 64+22+142=228 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.07% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #40168E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40168E is #BFE971. Grayscale: #2F2F2F. Windows color (decimal): -12577138 or 9311808. OLE color: 9311808.
HSL color Cylindrical-coordinate representation of color #40168E: hue angle of 261º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40168E is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 22 | 142 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.44 |
| HSL | 261º | 0.73% | 0.32% | - |
| HSV(B) | 261º | 0.85% | 0.56% | - |
| XYZ | 7.28 | 3.62 | 25.91 | - |
| YUV | 48.24 | 180.91 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 22 | 142 | 0.55 | 0.85 | 0 | 0.44 | 261 | 0.73 | 0.32 |
| Hex | 40 | 16 | 8E | 37 | 55 | 0 | 2C | 105 | 49 | 20 |
| Octal | 100 | 26 | 216 | 67 | 125 | 0 | 54 | 405 | 111 | 40 |
| Binary | 1000000 | 10110 | 10001110 | 110111 | 1010101 | 0 | 101100 | 100000101 | 1001001 | 100000 |
Color Harmonies of #40168E
Complementary color
Monochromatic Colors of #40168E
Black with #40168E
Text Example
Text Example
White with #40168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40168E; }
p { color: rgb(64,22,142); }
H1.HeaderClassName
{
color: #40168E;
}
.AnyTagClassName
{
color: #40168E;
}
</style>
background-color css
<style>
a { background-color: #40168E; }
a { background-color: rgb(64,22,142); }
div.DivClassName
{
background-color: #40168E;
}
.BgClassName
{
background-color: #40168E;
}
</style>
border-color css
<style>
span { border-color: #40168E; }
span { border-color: rgb(64,22,142); }
td.TdClassName
{
border-color: #40168E;
}
.TagClassName
{
border-color: #40168E;
}
</style>