Shades of Persian Blue #393BAD
Tints of Persian Blue #393BAD
RGB
CMYK
RGB Variations
Color information
#393BAD (or 0x393BAD) is known color: Persian Blue. HEX triplet: 39, 3B and AD. RGB value is (57,59,173). Sum of RGB (Red+Green+Blue) = 57+59+173=289 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.72% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #393BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393BAD is #C6C452. Grayscale: #464646. Windows color (decimal): -13026387 or 11352889. OLE color: 11352889.
HSL color Cylindrical-coordinate representation of color #393BAD: hue angle of 238.97º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #393BAD is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 59 | 173 | - |
| CMYK | 0.67 | 0.66 | 0 | 0.32 |
| HSL | 238.97º | 0.5% | 0.45% | - |
| HSV(B) | 238.97º | 0.67% | 0.68% | - |
| XYZ | 10.79 | 7.01 | 40.32 | - |
| YUV | 71.4 | 185.34 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 59 | 173 | 0.67 | 0.66 | 0 | 0.32 | 238.97 | 0.5 | 0.45 |
| Hex | 39 | 3B | AD | 43 | 42 | 0 | 20 | EF | 32 | 2D |
| Octal | 71 | 73 | 255 | 103 | 102 | 0 | 40 | 357 | 62 | 55 |
| Binary | 111001 | 111011 | 10101101 | 1000011 | 1000010 | 0 | 100000 | 11101111 | 110010 | 101101 |
Color Harmonies of #393BAD
Complementary color
Monochromatic Colors of #393BAD
Black with #393BAD
Text Example
Text Example
White with #393BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393BAD; }
p { color: rgb(57,59,173); }
H1.HeaderClassName
{
color: #393BAD;
}
.AnyTagClassName
{
color: #393BAD;
}
</style>
background-color css
<style>
a { background-color: #393BAD; }
a { background-color: rgb(57,59,173); }
div.DivClassName
{
background-color: #393BAD;
}
.BgClassName
{
background-color: #393BAD;
}
</style>
border-color css
<style>
span { border-color: #393BAD; }
span { border-color: rgb(57,59,173); }
td.TdClassName
{
border-color: #393BAD;
}
.TagClassName
{
border-color: #393BAD;
}
</style>