Shades of Persian Indigo #40147F
Tints of Persian Indigo #40147F
RGB
CMYK
RGB Variations
Color information
#40147F (or 0x40147F) is known color: Persian Indigo. HEX triplet: 40, 14 and 7F. RGB value is (64,20,127). Sum of RGB (Red+Green+Blue) = 64+20+127=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #40147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40147F is #BFEB80. Grayscale: #2C2C2C. Windows color (decimal): -12577665 or 8328256. OLE color: 8328256.
HSL color Cylindrical-coordinate representation of color #40147F: hue angle of 264.67º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40147F is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 64 | 20 | 127 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.50 |
| HSL | 264.67º | 0.73% | 0.29% | - |
| HSV(B) | 264.67º | 0.84% | 0.5% | - |
| XYZ | 6.2 | 3.12 | 20.35 | - |
| YUV | 45.35 | 174.08 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 127 | 0.50 | 0.84 | 0 | 0.50 | 264.67 | 0.73 | 0.29 |
| Hex | 40 | 14 | 7F | 32 | 54 | 0 | 32 | 109 | 49 | 1D |
| Octal | 100 | 24 | 177 | 62 | 124 | 0 | 62 | 411 | 111 | 35 |
| Binary | 1000000 | 10100 | 1111111 | 110010 | 1010100 | 0 | 110010 | 100001001 | 1001001 | 11101 |
Color Harmonies of #40147F
Complementary color
Monochromatic Colors of #40147F
Black with #40147F
Text Example
Text Example
White with #40147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40147F; }
p { color: rgb(64,20,127); }
H1.HeaderClassName
{
color: #40147F;
}
.AnyTagClassName
{
color: #40147F;
}
</style>
background-color css
<style>
a { background-color: #40147F; }
a { background-color: rgb(64,20,127); }
div.DivClassName
{
background-color: #40147F;
}
.BgClassName
{
background-color: #40147F;
}
</style>
border-color css
<style>
span { border-color: #40147F; }
span { border-color: rgb(64,20,127); }
td.TdClassName
{
border-color: #40147F;
}
.TagClassName
{
border-color: #40147F;
}
</style>