Shades of Persian Indigo #3A127B
Tints of Persian Indigo #3A127B
RGB
CMYK
RGB Variations
Color information
#3A127B (or 0x3A127B) is known color: Persian Indigo. HEX triplet: 3A, 12 and 7B. RGB value is (58,18,123). Sum of RGB (Red+Green+Blue) = 58+18+123=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 123 (48.44% from 255 or 61.81% from 199); Max value from RGB is 123 - color contains mainly: blue. Hex color #3A127B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A127B is #C5ED84. Grayscale: #292929. Windows color (decimal): -12971397 or 8065594. OLE color: 8065594.
HSL color Cylindrical-coordinate representation of color #3A127B: hue angle of 262.86º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A127B is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 58 | 18 | 123 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.52 |
| HSL | 262.86º | 0.74% | 0.28% | - |
| HSV(B) | 262.86º | 0.85% | 0.48% | - |
| XYZ | 5.54 | 2.76 | 18.98 | - |
| YUV | 41.93 | 173.75 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 123 | 0.53 | 0.85 | 0 | 0.52 | 262.86 | 0.74 | 0.28 |
| Hex | 3A | 12 | 7B | 35 | 55 | 0 | 34 | 107 | 4A | 1C |
| Octal | 72 | 22 | 173 | 65 | 125 | 0 | 64 | 407 | 112 | 34 |
| Binary | 111010 | 10010 | 1111011 | 110101 | 1010101 | 0 | 110100 | 100000111 | 1001010 | 11100 |
Color Harmonies of #3A127B
Complementary color
Monochromatic Colors of #3A127B
Black with #3A127B
Text Example
Text Example
White with #3A127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A127B; }
p { color: rgb(58,18,123); }
H1.HeaderClassName
{
color: #3A127B;
}
.AnyTagClassName
{
color: #3A127B;
}
</style>
background-color css
<style>
a { background-color: #3A127B; }
a { background-color: rgb(58,18,123); }
div.DivClassName
{
background-color: #3A127B;
}
.BgClassName
{
background-color: #3A127B;
}
</style>
border-color css
<style>
span { border-color: #3A127B; }
span { border-color: rgb(58,18,123); }
td.TdClassName
{
border-color: #3A127B;
}
.TagClassName
{
border-color: #3A127B;
}
</style>