Shades of Persian Indigo #40147C
Tints of Persian Indigo #40147C
RGB
CMYK
RGB Variations
Color information
#40147C (or 0x40147C) is known color: Persian Indigo. HEX triplet: 40, 14 and 7C. RGB value is (64,20,124). Sum of RGB (Red+Green+Blue) = 64+20+124=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #40147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40147C is #BFEB83. Grayscale: #2C2C2C. Windows color (decimal): -12577668 or 8131648. OLE color: 8131648.
HSL color Cylindrical-coordinate representation of color #40147C: hue angle of 265.38º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40147C is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 64 | 20 | 124 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.51 |
| HSL | 265.38º | 0.72% | 0.28% | - |
| HSV(B) | 265.38º | 0.84% | 0.49% | - |
| XYZ | 6 | 3.05 | 19.34 | - |
| YUV | 45.01 | 172.58 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 124 | 0.48 | 0.84 | 0 | 0.51 | 265.38 | 0.72 | 0.28 |
| Hex | 40 | 14 | 7C | 30 | 54 | 0 | 33 | 109 | 48 | 1C |
| Octal | 100 | 24 | 174 | 60 | 124 | 0 | 63 | 411 | 110 | 34 |
| Binary | 1000000 | 10100 | 1111100 | 110000 | 1010100 | 0 | 110011 | 100001001 | 1001000 | 11100 |
Color Harmonies of #40147C
Complementary color
Monochromatic Colors of #40147C
Black with #40147C
Text Example
Text Example
White with #40147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40147C; }
p { color: rgb(64,20,124); }
H1.HeaderClassName
{
color: #40147C;
}
.AnyTagClassName
{
color: #40147C;
}
</style>
background-color css
<style>
a { background-color: #40147C; }
a { background-color: rgb(64,20,124); }
div.DivClassName
{
background-color: #40147C;
}
.BgClassName
{
background-color: #40147C;
}
</style>
border-color css
<style>
span { border-color: #40147C; }
span { border-color: rgb(64,20,124); }
td.TdClassName
{
border-color: #40147C;
}
.TagClassName
{
border-color: #40147C;
}
</style>