Shades of Persian Indigo #40147B
Tints of Persian Indigo #40147B
RGB
CMYK
RGB Variations
Color information
#40147B (or 0x40147B) is known color: Persian Indigo. HEX triplet: 40, 14 and 7B. RGB value is (64,20,123). Sum of RGB (Red+Green+Blue) = 64+20+123=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 123 (48.44% from 255 or 59.42% from 207); Max value from RGB is 123 - color contains mainly: blue. Hex color #40147B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40147B is #BFEB84. Grayscale: #2C2C2C. Windows color (decimal): -12577669 or 8066112. OLE color: 8066112.
HSL color Cylindrical-coordinate representation of color #40147B: hue angle of 265.63º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40147B is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 20 | 123 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.52 |
| HSL | 265.63º | 0.72% | 0.28% | - |
| HSV(B) | 265.63º | 0.84% | 0.48% | - |
| XYZ | 5.94 | 3.02 | 19.01 | - |
| YUV | 44.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 20 | 123 | 0.48 | 0.84 | 0 | 0.52 | 265.63 | 0.72 | 0.28 |
| Hex | 40 | 14 | 7B | 30 | 54 | 0 | 34 | 10A | 48 | 1C |
| Octal | 100 | 24 | 173 | 60 | 124 | 0 | 64 | 412 | 110 | 34 |
| Binary | 1000000 | 10100 | 1111011 | 110000 | 1010100 | 0 | 110100 | 100001010 | 1001000 | 11100 |
Color Harmonies of #40147B
Complementary color
Monochromatic Colors of #40147B
Black with #40147B
Text Example
Text Example
White with #40147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40147B; }
p { color: rgb(64,20,123); }
H1.HeaderClassName
{
color: #40147B;
}
.AnyTagClassName
{
color: #40147B;
}
</style>
background-color css
<style>
a { background-color: #40147B; }
a { background-color: rgb(64,20,123); }
div.DivClassName
{
background-color: #40147B;
}
.BgClassName
{
background-color: #40147B;
}
</style>
border-color css
<style>
span { border-color: #40147B; }
span { border-color: rgb(64,20,123); }
td.TdClassName
{
border-color: #40147B;
}
.TagClassName
{
border-color: #40147B;
}
</style>