Shades of Persian Blue #393BAB
Tints of Persian Blue #393BAB
RGB
CMYK
RGB Variations
Color information
#393BAB (or 0x393BAB) is known color: Persian Blue. HEX triplet: 39, 3B and AB. RGB value is (57,59,171). Sum of RGB (Red+Green+Blue) = 57+59+171=287 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.86% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 171 (67.19% from 255 or 59.58% from 287); Max value from RGB is 171 - color contains mainly: blue. Hex color #393BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393BAB is #C6C454. Grayscale: #464646. Windows color (decimal): -13026389 or 11221817. OLE color: 11221817.
HSL color Cylindrical-coordinate representation of color #393BAB: hue angle of 238.95º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #393BAB is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 59 | 171 | - |
| CMYK | 0.67 | 0.65 | 0 | 0.33 |
| HSL | 238.95º | 0.5% | 0.45% | - |
| HSV(B) | 238.95º | 0.67% | 0.67% | - |
| XYZ | 10.6 | 6.94 | 39.31 | - |
| YUV | 71.17 | 184.34 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 171 | 0.67 | 0.65 | 0 | 0.33 | 238.95 | 0.5 | 0.45 |
| Hex | 39 | 3B | AB | 43 | 41 | 0 | 21 | EF | 32 | 2D |
| Octal | 71 | 73 | 253 | 103 | 101 | 0 | 41 | 357 | 62 | 55 |
| Binary | 111001 | 111011 | 10101011 | 1000011 | 1000001 | 0 | 100001 | 11101111 | 110010 | 101101 |
Color Harmonies of #393BAB
Complementary color
Monochromatic Colors of #393BAB
Black with #393BAB
Text Example
Text Example
White with #393BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393BAB; }
p { color: rgb(57,59,171); }
H1.HeaderClassName
{
color: #393BAB;
}
.AnyTagClassName
{
color: #393BAB;
}
</style>
background-color css
<style>
a { background-color: #393BAB; }
a { background-color: rgb(57,59,171); }
div.DivClassName
{
background-color: #393BAB;
}
.BgClassName
{
background-color: #393BAB;
}
</style>
border-color css
<style>
span { border-color: #393BAB; }
span { border-color: rgb(57,59,171); }
td.TdClassName
{
border-color: #393BAB;
}
.TagClassName
{
border-color: #393BAB;
}
</style>