Shades of Persian Blue #393AAA
Tints of Persian Blue #393AAA
RGB
CMYK
RGB Variations
Color information
#393AAA (or 0x393AAA) is known color: Persian Blue. HEX triplet: 39, 3A and AA. RGB value is (57,58,170). Sum of RGB (Red+Green+Blue) = 57+58+170=285 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #393AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393AAA is #C6C555. Grayscale: #464646. Windows color (decimal): -13026646 or 11156025. OLE color: 11156025.
HSL color Cylindrical-coordinate representation of color #393AAA: hue angle of 239.47º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #393AAA is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 58 | 170 | - |
| CMYK | 0.66 | 0.66 | 0 | 0.33 |
| HSL | 239.47º | 0.5% | 0.45% | - |
| HSV(B) | 239.47º | 0.66% | 0.67% | - |
| XYZ | 10.46 | 6.8 | 38.79 | - |
| YUV | 70.47 | 184.17 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 58 | 170 | 0.66 | 0.66 | 0 | 0.33 | 239.47 | 0.5 | 0.45 |
| Hex | 39 | 3A | AA | 42 | 42 | 0 | 21 | EF | 32 | 2D |
| Octal | 71 | 72 | 252 | 102 | 102 | 0 | 41 | 357 | 62 | 55 |
| Binary | 111001 | 111010 | 10101010 | 1000010 | 1000010 | 0 | 100001 | 11101111 | 110010 | 101101 |
Color Harmonies of #393AAA
Complementary color
Monochromatic Colors of #393AAA
Black with #393AAA
Text Example
Text Example
White with #393AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393AAA; }
p { color: rgb(57,58,170); }
H1.HeaderClassName
{
color: #393AAA;
}
.AnyTagClassName
{
color: #393AAA;
}
</style>
background-color css
<style>
a { background-color: #393AAA; }
a { background-color: rgb(57,58,170); }
div.DivClassName
{
background-color: #393AAA;
}
.BgClassName
{
background-color: #393AAA;
}
</style>
border-color css
<style>
span { border-color: #393AAA; }
span { border-color: rgb(57,58,170); }
td.TdClassName
{
border-color: #393AAA;
}
.TagClassName
{
border-color: #393AAA;
}
</style>