Shades of Persian Indigo #3A147B
Tints of Persian Indigo #3A147B
RGB
CMYK
RGB Variations
Color information
#3A147B (or 0x3A147B) is known color: Persian Indigo. HEX triplet: 3A, 14 and 7B. RGB value is (58,20,123). Sum of RGB (Red+Green+Blue) = 58+20+123=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 123 (48.44% from 255 or 61.19% from 201); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A147B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A147B is #C5EB84. Grayscale: #2A2A2A. Windows color (decimal): -12970885 or 8066106. OLE color: 8066106.
HSL color Cylindrical-coordinate representation of color #3A147B: hue angle of 262.14º 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 #3A147B is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 20 | 123 | - |
| CMYK | 0.53 | 0.84 | 0 | 0.52 |
| HSL | 262.14º | 0.72% | 0.28% | - |
| HSV(B) | 262.14º | 0.84% | 0.48% | - |
| XYZ | 5.57 | 2.83 | 18.99 | - |
| YUV | 43.1 | 173.09 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 123 | 0.53 | 0.84 | 0 | 0.52 | 262.14 | 0.72 | 0.28 |
| Hex | 3A | 14 | 7B | 35 | 54 | 0 | 34 | 106 | 48 | 1C |
| Octal | 72 | 24 | 173 | 65 | 124 | 0 | 64 | 406 | 110 | 34 |
| Binary | 111010 | 10100 | 1111011 | 110101 | 1010100 | 0 | 110100 | 100000110 | 1001000 | 11100 |
Color Harmonies of #3A147B
Complementary color
Monochromatic Colors of #3A147B
Black with #3A147B
Text Example
Text Example
White with #3A147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A147B; }
p { color: rgb(58,20,123); }
H1.HeaderClassName
{
color: #3A147B;
}
.AnyTagClassName
{
color: #3A147B;
}
</style>
background-color css
<style>
a { background-color: #3A147B; }
a { background-color: rgb(58,20,123); }
div.DivClassName
{
background-color: #3A147B;
}
.BgClassName
{
background-color: #3A147B;
}
</style>
border-color css
<style>
span { border-color: #3A147B; }
span { border-color: rgb(58,20,123); }
td.TdClassName
{
border-color: #3A147B;
}
.TagClassName
{
border-color: #3A147B;
}
</style>