Shades of Persian Blue #1F31CF
Tints of Persian Blue #1F31CF
RGB
CMYK
RGB Variations
Color information
#1F31CF (or 0x1F31CF) is known color: Persian Blue. HEX triplet: 1F, 31 and CF. RGB value is (31,49,207). Sum of RGB (Red+Green+Blue) = 31+49+207=287 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.80% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 207 (81.25% from 255 or 72.13% from 287); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F31CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F31CF is #E0CE30. Grayscale: #3C3C3C. Windows color (decimal): -14732849 or 13578527. OLE color: 13578527.
HSL color Cylindrical-coordinate representation of color #1F31CF: hue angle of 233.86º 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 #1F31CF is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 49 | 207 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.19 |
| HSL | 233.86º | 0.74% | 0.47% | - |
| HSV(B) | 233.86º | 0.85% | 0.81% | - |
| XYZ | 12.93 | 6.99 | 59.7 | - |
| YUV | 61.63 | 210.04 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 207 | 0.85 | 0.76 | 0 | 0.19 | 233.86 | 0.74 | 0.47 |
| Hex | 1F | 31 | CF | 55 | 4C | 0 | 13 | EA | 4A | 2F |
| Octal | 37 | 61 | 317 | 125 | 114 | 0 | 23 | 352 | 112 | 57 |
| Binary | 11111 | 110001 | 11001111 | 1010101 | 1001100 | 0 | 10011 | 11101010 | 1001010 | 101111 |
Color Harmonies of #1F31CF
Complementary color
Monochromatic Colors of #1F31CF
Black with #1F31CF
Text Example
Text Example
White with #1F31CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F31CF; }
p { color: rgb(31,49,207); }
H1.HeaderClassName
{
color: #1F31CF;
}
.AnyTagClassName
{
color: #1F31CF;
}
</style>
background-color css
<style>
a { background-color: #1F31CF; }
a { background-color: rgb(31,49,207); }
div.DivClassName
{
background-color: #1F31CF;
}
.BgClassName
{
background-color: #1F31CF;
}
</style>
border-color css
<style>
span { border-color: #1F31CF; }
span { border-color: rgb(31,49,207); }
td.TdClassName
{
border-color: #1F31CF;
}
.TagClassName
{
border-color: #1F31CF;
}
</style>