Shades of Persian Blue #3A39B9
Tints of Persian Blue #3A39B9
RGB
CMYK
RGB Variations
Color information
#3A39B9 (or 0x3A39B9) is known color: Persian Blue. HEX triplet: 3A, 39 and B9. RGB value is (58,57,185). Sum of RGB (Red+Green+Blue) = 58+57+185=300 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.33% from 300); Green value is 57 (22.66% from 255 or 19% from 300); Blue value is 185 (72.66% from 255 or 61.67% from 300); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A39B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A39B9 is #C5C646. Grayscale: #474747. Windows color (decimal): -12961351 or 12138810. OLE color: 12138810.
HSL color Cylindrical-coordinate representation of color #3A39B9: hue angle of 240.47º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3A39B9 is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 57 | 185 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.27 |
| HSL | 240.47º | 0.53% | 0.47% | - |
| HSV(B) | 240.47º | 0.69% | 0.73% | - |
| XYZ | 11.97 | 7.33 | 46.68 | - |
| YUV | 71.89 | 191.83 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 57 | 185 | 0.69 | 0.69 | 0 | 0.27 | 240.47 | 0.53 | 0.47 |
| Hex | 3A | 39 | B9 | 45 | 45 | 0 | 1B | F0 | 35 | 2F |
| Octal | 72 | 71 | 271 | 105 | 105 | 0 | 33 | 360 | 65 | 57 |
| Binary | 111010 | 111001 | 10111001 | 1000101 | 1000101 | 0 | 11011 | 11110000 | 110101 | 101111 |
Color Harmonies of #3A39B9
Complementary color
Monochromatic Colors of #3A39B9
Black with #3A39B9
Text Example
Text Example
White with #3A39B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A39B9; }
p { color: rgb(58,57,185); }
H1.HeaderClassName
{
color: #3A39B9;
}
.AnyTagClassName
{
color: #3A39B9;
}
</style>
background-color css
<style>
a { background-color: #3A39B9; }
a { background-color: rgb(58,57,185); }
div.DivClassName
{
background-color: #3A39B9;
}
.BgClassName
{
background-color: #3A39B9;
}
</style>
border-color css
<style>
span { border-color: #3A39B9; }
span { border-color: rgb(58,57,185); }
td.TdClassName
{
border-color: #3A39B9;
}
.TagClassName
{
border-color: #3A39B9;
}
</style>