Shades of Persian Blue #393FAC
Tints of Persian Blue #393FAC
RGB
CMYK
RGB Variations
Color information
#393FAC (or 0x393FAC) is known color: Persian Blue. HEX triplet: 39, 3F and AC. RGB value is (57,63,172). Sum of RGB (Red+Green+Blue) = 57+63+172=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #393FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #393FAC is #C6C053. Grayscale: #494949. Windows color (decimal): -13025364 or 11288377. OLE color: 11288377.
HSL color Cylindrical-coordinate representation of color #393FAC: hue angle of 236.87º 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 #393FAC is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 57 | 63 | 172 | - |
| CMYK | 0.67 | 0.63 | 0 | 0.33 |
| HSL | 236.87º | 0.5% | 0.45% | - |
| HSV(B) | 236.87º | 0.67% | 0.67% | - |
| XYZ | 10.91 | 7.4 | 39.88 | - |
| YUV | 73.63 | 183.51 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 63 | 172 | 0.67 | 0.63 | 0 | 0.33 | 236.87 | 0.5 | 0.45 |
| Hex | 39 | 3F | AC | 43 | 3F | 0 | 21 | ED | 32 | 2D |
| Octal | 71 | 77 | 254 | 103 | 77 | 0 | 41 | 355 | 62 | 55 |
| Binary | 111001 | 111111 | 10101100 | 1000011 | 111111 | 0 | 100001 | 11101101 | 110010 | 101101 |
Color Harmonies of #393FAC
Complementary color
Monochromatic Colors of #393FAC
Black with #393FAC
Text Example
Text Example
White with #393FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393FAC; }
p { color: rgb(57,63,172); }
H1.HeaderClassName
{
color: #393FAC;
}
.AnyTagClassName
{
color: #393FAC;
}
</style>
background-color css
<style>
a { background-color: #393FAC; }
a { background-color: rgb(57,63,172); }
div.DivClassName
{
background-color: #393FAC;
}
.BgClassName
{
background-color: #393FAC;
}
</style>
border-color css
<style>
span { border-color: #393FAC; }
span { border-color: rgb(57,63,172); }
td.TdClassName
{
border-color: #393FAC;
}
.TagClassName
{
border-color: #393FAC;
}
</style>