Shades of Persian Blue #393AAF
Tints of Persian Blue #393AAF
RGB
CMYK
RGB Variations
Color information
#393AAF (or 0x393AAF) is known color: Persian Blue. HEX triplet: 39, 3A and AF. RGB value is (57,58,175). Sum of RGB (Red+Green+Blue) = 57+58+175=290 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.66% from 290); Green value is 58 (23.05% from 255 or 20% from 290); Blue value is 175 (68.75% from 255 or 60.34% from 290); Max value from RGB is 175 - color contains mainly: blue. Hex color #393AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393AAF is #C6C550. Grayscale: #464646. Windows color (decimal): -13026641 or 11483705. OLE color: 11483705.
HSL color Cylindrical-coordinate representation of color #393AAF: hue angle of 239.49º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #393AAF is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 58 | 175 | - |
| CMYK | 0.67 | 0.67 | 0 | 0.31 |
| HSL | 239.49º | 0.51% | 0.45% | - |
| HSV(B) | 239.49º | 0.67% | 0.69% | - |
| XYZ | 10.94 | 6.99 | 41.33 | - |
| YUV | 71.04 | 186.67 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 175 | 0.67 | 0.67 | 0 | 0.31 | 239.49 | 0.51 | 0.45 |
| Hex | 39 | 3A | AF | 43 | 43 | 0 | 1F | EF | 33 | 2D |
| Octal | 71 | 72 | 257 | 103 | 103 | 0 | 37 | 357 | 63 | 55 |
| Binary | 111001 | 111010 | 10101111 | 1000011 | 1000011 | 0 | 11111 | 11101111 | 110011 | 101101 |
Color Harmonies of #393AAF
Complementary color
Monochromatic Colors of #393AAF
Black with #393AAF
Text Example
Text Example
White with #393AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393AAF; }
p { color: rgb(57,58,175); }
H1.HeaderClassName
{
color: #393AAF;
}
.AnyTagClassName
{
color: #393AAF;
}
</style>
background-color css
<style>
a { background-color: #393AAF; }
a { background-color: rgb(57,58,175); }
div.DivClassName
{
background-color: #393AAF;
}
.BgClassName
{
background-color: #393AAF;
}
</style>
border-color css
<style>
span { border-color: #393AAF; }
span { border-color: rgb(57,58,175); }
td.TdClassName
{
border-color: #393AAF;
}
.TagClassName
{
border-color: #393AAF;
}
</style>