Shades of Persian Indigo #40128B
Tints of Persian Indigo #40128B
RGB
CMYK
RGB Variations
Color information
#40128B (or 0x40128B) is known color: Persian Indigo. HEX triplet: 40, 12 and 8B. RGB value is (64,18,139). Sum of RGB (Red+Green+Blue) = 64+18+139=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 139 (54.69% from 255 or 62.90% from 221); Max value from RGB is 139 - color contains mainly: blue. Hex color #40128B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40128B is #BFED74. Grayscale: #2D2D2D. Windows color (decimal): -12578165 or 9114176. OLE color: 9114176.
HSL color Cylindrical-coordinate representation of color #40128B: hue angle of 262.81º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40128B is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 18 | 139 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.45 |
| HSL | 262.81º | 0.77% | 0.31% | - |
| HSV(B) | 262.81º | 0.87% | 0.55% | - |
| XYZ | 6.99 | 3.39 | 24.71 | - |
| YUV | 45.55 | 180.74 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 18 | 139 | 0.54 | 0.87 | 0 | 0.45 | 262.81 | 0.77 | 0.31 |
| Hex | 40 | 12 | 8B | 36 | 57 | 0 | 2D | 107 | 4D | 1F |
| Octal | 100 | 22 | 213 | 66 | 127 | 0 | 55 | 407 | 115 | 37 |
| Binary | 1000000 | 10010 | 10001011 | 110110 | 1010111 | 0 | 101101 | 100000111 | 1001101 | 11111 |
Color Harmonies of #40128B
Complementary color
Monochromatic Colors of #40128B
Black with #40128B
Text Example
Text Example
White with #40128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40128B; }
p { color: rgb(64,18,139); }
H1.HeaderClassName
{
color: #40128B;
}
.AnyTagClassName
{
color: #40128B;
}
</style>
background-color css
<style>
a { background-color: #40128B; }
a { background-color: rgb(64,18,139); }
div.DivClassName
{
background-color: #40128B;
}
.BgClassName
{
background-color: #40128B;
}
</style>
border-color css
<style>
span { border-color: #40128B; }
span { border-color: rgb(64,18,139); }
td.TdClassName
{
border-color: #40128B;
}
.TagClassName
{
border-color: #40128B;
}
</style>