Shades of Persian Blue #1F2FCF
Tints of Persian Blue #1F2FCF
RGB
CMYK
RGB Variations
Color information
#1F2FCF (or 0x1F2FCF) is known color: Persian Blue. HEX triplet: 1F, 2F and CF. RGB value is (31,47,207). Sum of RGB (Red+Green+Blue) = 31+47+207=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 47 (18.75% from 255 or 16.49% from 285); Blue value is 207 (81.25% from 255 or 72.63% from 285); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F2FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F2FCF is #E0D030. Grayscale: #3B3B3B. Windows color (decimal): -14733361 or 13578015. OLE color: 13578015.
HSL color Cylindrical-coordinate representation of color #1F2FCF: hue angle of 234.55º 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 #1F2FCF is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 47 | 207 | - |
| CMYK | 0.85 | 0.77 | 0 | 0.19 |
| HSL | 234.55º | 0.74% | 0.47% | - |
| HSV(B) | 234.55º | 0.85% | 0.81% | - |
| XYZ | 12.84 | 6.83 | 59.67 | - |
| YUV | 60.46 | 210.7 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 207 | 0.85 | 0.77 | 0 | 0.19 | 234.55 | 0.74 | 0.47 |
| Hex | 1F | 2F | CF | 55 | 4D | 0 | 13 | EB | 4A | 2F |
| Octal | 37 | 57 | 317 | 125 | 115 | 0 | 23 | 353 | 112 | 57 |
| Binary | 11111 | 101111 | 11001111 | 1010101 | 1001101 | 0 | 10011 | 11101011 | 1001010 | 101111 |
Color Harmonies of #1F2FCF
Complementary color
Monochromatic Colors of #1F2FCF
Black with #1F2FCF
Text Example
Text Example
White with #1F2FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2FCF; }
p { color: rgb(31,47,207); }
H1.HeaderClassName
{
color: #1F2FCF;
}
.AnyTagClassName
{
color: #1F2FCF;
}
</style>
background-color css
<style>
a { background-color: #1F2FCF; }
a { background-color: rgb(31,47,207); }
div.DivClassName
{
background-color: #1F2FCF;
}
.BgClassName
{
background-color: #1F2FCF;
}
</style>
border-color css
<style>
span { border-color: #1F2FCF; }
span { border-color: rgb(31,47,207); }
td.TdClassName
{
border-color: #1F2FCF;
}
.TagClassName
{
border-color: #1F2FCF;
}
</style>