Shades of Persian Blue #3A2AB9
Tints of Persian Blue #3A2AB9
RGB
CMYK
RGB Variations
Color information
#3A2AB9 (or 0x3A2AB9) is known color: Persian Blue. HEX triplet: 3A, 2A and B9. RGB value is (58,42,185). Sum of RGB (Red+Green+Blue) = 58+42+185=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 185 (72.66% from 255 or 64.91% from 285); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A2AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2AB9 is #C5D546. Grayscale: #3E3E3E. Windows color (decimal): -12965191 or 12134970. OLE color: 12134970.
HSL color Cylindrical-coordinate representation of color #3A2AB9: hue angle of 246.71º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A2AB9 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 42 | 185 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.27 |
| HSL | 246.71º | 0.63% | 0.45% | - |
| HSV(B) | 246.71º | 0.77% | 0.73% | - |
| XYZ | 11.33 | 6.06 | 46.47 | - |
| YUV | 63.09 | 196.8 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 42 | 185 | 0.69 | 0.77 | 0 | 0.27 | 246.71 | 0.63 | 0.45 |
| Hex | 3A | 2A | B9 | 45 | 4D | 0 | 1B | F7 | 3F | 2D |
| Octal | 72 | 52 | 271 | 105 | 115 | 0 | 33 | 367 | 77 | 55 |
| Binary | 111010 | 101010 | 10111001 | 1000101 | 1001101 | 0 | 11011 | 11110111 | 111111 | 101101 |
Color Harmonies of #3A2AB9
Complementary color
Monochromatic Colors of #3A2AB9
Black with #3A2AB9
Text Example
Text Example
White with #3A2AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A2AB9; }
p { color: rgb(58,42,185); }
H1.HeaderClassName
{
color: #3A2AB9;
}
.AnyTagClassName
{
color: #3A2AB9;
}
</style>
background-color css
<style>
a { background-color: #3A2AB9; }
a { background-color: rgb(58,42,185); }
div.DivClassName
{
background-color: #3A2AB9;
}
.BgClassName
{
background-color: #3A2AB9;
}
</style>
border-color css
<style>
span { border-color: #3A2AB9; }
span { border-color: rgb(58,42,185); }
td.TdClassName
{
border-color: #3A2AB9;
}
.TagClassName
{
border-color: #3A2AB9;
}
</style>