Shades of Persian Blue #3920CF
Tints of Persian Blue #3920CF
RGB
CMYK
RGB Variations
Color information
#3920CF (or 0x3920CF) is known color: Persian Blue. HEX triplet: 39, 20 and CF. RGB value is (57,32,207). Sum of RGB (Red+Green+Blue) = 57+32+207=296 (39% of max value = 765). Red value is 57 (22.66% from 255 or 19.26% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 207 (81.25% from 255 or 69.93% from 296); Max value from RGB is 207 - color contains mainly: blue. Hex color #3920CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3920CF is #C6DF30. Grayscale: #3A3A3A. Windows color (decimal): -13033265 or 13574201. OLE color: 13574201.
HSL color Cylindrical-coordinate representation of color #3920CF: hue angle of 248.57º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3920CF is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 57 | 32 | 207 | - |
| CMYK | 0.72 | 0.85 | 0 | 0.19 |
| HSL | 248.57º | 0.73% | 0.47% | - |
| HSV(B) | 248.57º | 0.85% | 0.81% | - |
| XYZ | 13.47 | 6.41 | 59.56 | - |
| YUV | 59.43 | 211.28 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 32 | 207 | 0.72 | 0.85 | 0 | 0.19 | 248.57 | 0.73 | 0.47 |
| Hex | 39 | 20 | CF | 48 | 55 | 0 | 13 | F9 | 49 | 2F |
| Octal | 71 | 40 | 317 | 110 | 125 | 0 | 23 | 371 | 111 | 57 |
| Binary | 111001 | 100000 | 11001111 | 1001000 | 1010101 | 0 | 10011 | 11111001 | 1001001 | 101111 |
Color Harmonies of #3920CF
Complementary color
Monochromatic Colors of #3920CF
Black with #3920CF
Text Example
Text Example
White with #3920CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3920CF; }
p { color: rgb(57,32,207); }
H1.HeaderClassName
{
color: #3920CF;
}
.AnyTagClassName
{
color: #3920CF;
}
</style>
background-color css
<style>
a { background-color: #3920CF; }
a { background-color: rgb(57,32,207); }
div.DivClassName
{
background-color: #3920CF;
}
.BgClassName
{
background-color: #3920CF;
}
</style>
border-color css
<style>
span { border-color: #3920CF; }
span { border-color: rgb(57,32,207); }
td.TdClassName
{
border-color: #3920CF;
}
.TagClassName
{
border-color: #3920CF;
}
</style>