Shades of Persian Blue #1F39CF
Tints of Persian Blue #1F39CF
RGB
CMYK
RGB Variations
Color information
#1F39CF (or 0x1F39CF) is known color: Persian Blue. HEX triplet: 1F, 39 and CF. RGB value is (31,57,207). Sum of RGB (Red+Green+Blue) = 31+57+207=295 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.51% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 207 (81.25% from 255 or 70.17% from 295); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F39CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F39CF is #E0C630. Grayscale: #414141. Windows color (decimal): -14730801 or 13580575. OLE color: 13580575.
HSL color Cylindrical-coordinate representation of color #1F39CF: hue angle of 231.14º degrees, saturation: 0.74, 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 #1F39CF is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 57 | 207 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.19 |
| HSL | 231.14º | 0.74% | 0.47% | - |
| HSV(B) | 231.14º | 0.85% | 0.81% | - |
| XYZ | 13.29 | 7.72 | 59.82 | - |
| YUV | 66.33 | 207.39 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 57 | 207 | 0.85 | 0.72 | 0 | 0.19 | 231.14 | 0.74 | 0.47 |
| Hex | 1F | 39 | CF | 55 | 48 | 0 | 13 | E7 | 4A | 2F |
| Octal | 37 | 71 | 317 | 125 | 110 | 0 | 23 | 347 | 112 | 57 |
| Binary | 11111 | 111001 | 11001111 | 1010101 | 1001000 | 0 | 10011 | 11100111 | 1001010 | 101111 |
Color Harmonies of #1F39CF
Complementary color
Monochromatic Colors of #1F39CF
Black with #1F39CF
Text Example
Text Example
White with #1F39CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F39CF; }
p { color: rgb(31,57,207); }
H1.HeaderClassName
{
color: #1F39CF;
}
.AnyTagClassName
{
color: #1F39CF;
}
</style>
background-color css
<style>
a { background-color: #1F39CF; }
a { background-color: rgb(31,57,207); }
div.DivClassName
{
background-color: #1F39CF;
}
.BgClassName
{
background-color: #1F39CF;
}
</style>
border-color css
<style>
span { border-color: #1F39CF; }
span { border-color: rgb(31,57,207); }
td.TdClassName
{
border-color: #1F39CF;
}
.TagClassName
{
border-color: #1F39CF;
}
</style>