Shades of Persian Indigo #3A127F
Tints of Persian Indigo #3A127F
RGB
CMYK
RGB Variations
Color information
#3A127F (or 0x3A127F) is known color: Persian Indigo. HEX triplet: 3A, 12 and 7F. RGB value is (58,18,127). Sum of RGB (Red+Green+Blue) = 58+18+127=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 127 (50% from 255 or 62.56% from 203); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A127F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A127F is #C5ED80. Grayscale: #292929. Windows color (decimal): -12971393 or 8327738. OLE color: 8327738.
HSL color Cylindrical-coordinate representation of color #3A127F: hue angle of 262.02º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A127F is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 58 | 18 | 127 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.50 |
| HSL | 262.02º | 0.75% | 0.28% | - |
| HSV(B) | 262.02º | 0.86% | 0.5% | - |
| XYZ | 5.79 | 2.86 | 20.33 | - |
| YUV | 42.39 | 175.75 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 127 | 0.54 | 0.86 | 0 | 0.50 | 262.02 | 0.75 | 0.28 |
| Hex | 3A | 12 | 7F | 36 | 56 | 0 | 32 | 106 | 4B | 1C |
| Octal | 72 | 22 | 177 | 66 | 126 | 0 | 62 | 406 | 113 | 34 |
| Binary | 111010 | 10010 | 1111111 | 110110 | 1010110 | 0 | 110010 | 100000110 | 1001011 | 11100 |
Color Harmonies of #3A127F
Complementary color
Monochromatic Colors of #3A127F
Black with #3A127F
Text Example
Text Example
White with #3A127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A127F; }
p { color: rgb(58,18,127); }
H1.HeaderClassName
{
color: #3A127F;
}
.AnyTagClassName
{
color: #3A127F;
}
</style>
background-color css
<style>
a { background-color: #3A127F; }
a { background-color: rgb(58,18,127); }
div.DivClassName
{
background-color: #3A127F;
}
.BgClassName
{
background-color: #3A127F;
}
</style>
border-color css
<style>
span { border-color: #3A127F; }
span { border-color: rgb(58,18,127); }
td.TdClassName
{
border-color: #3A127F;
}
.TagClassName
{
border-color: #3A127F;
}
</style>