Shades of Persian Indigo #3A12AF
Tints of Persian Indigo #3A12AF
RGB
CMYK
RGB Variations
Color information
#3A12AF (or 0x3A12AF) is known color: Persian Indigo. HEX triplet: 3A, 12 and AF. RGB value is (58,18,175). Sum of RGB (Red+Green+Blue) = 58+18+175=251 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.11% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 175 (68.75% from 255 or 69.72% from 251); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A12AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A12AF is #C5ED50. Grayscale: #2F2F2F. Windows color (decimal): -12971345 or 11473466. OLE color: 11473466.
HSL color Cylindrical-coordinate representation of color #3A12AF: hue angle of 255.29º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A12AF is Cyan = 0.67, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 18 | 175 | - |
| CMYK | 0.67 | 0.90 | 0 | 0.31 |
| HSL | 255.29º | 0.81% | 0.38% | - |
| HSV(B) | 255.29º | 0.9% | 0.69% | - |
| XYZ | 9.7 | 4.43 | 40.9 | - |
| YUV | 47.86 | 199.75 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 18 | 175 | 0.67 | 0.90 | 0 | 0.31 | 255.29 | 0.81 | 0.38 |
| Hex | 3A | 12 | AF | 43 | 5A | 0 | 1F | FF | 51 | 26 |
| Octal | 72 | 22 | 257 | 103 | 132 | 0 | 37 | 377 | 121 | 46 |
| Binary | 111010 | 10010 | 10101111 | 1000011 | 1011010 | 0 | 11111 | 11111111 | 1010001 | 100110 |
Color Harmonies of #3A12AF
Complementary color
Monochromatic Colors of #3A12AF
Black with #3A12AF
Text Example
Text Example
White with #3A12AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A12AF; }
p { color: rgb(58,18,175); }
H1.HeaderClassName
{
color: #3A12AF;
}
.AnyTagClassName
{
color: #3A12AF;
}
</style>
background-color css
<style>
a { background-color: #3A12AF; }
a { background-color: rgb(58,18,175); }
div.DivClassName
{
background-color: #3A12AF;
}
.BgClassName
{
background-color: #3A12AF;
}
</style>
border-color css
<style>
span { border-color: #3A12AF; }
span { border-color: rgb(58,18,175); }
td.TdClassName
{
border-color: #3A12AF;
}
.TagClassName
{
border-color: #3A12AF;
}
</style>