Shades of Persian Blue #1F27CF
Tints of Persian Blue #1F27CF
RGB
CMYK
RGB Variations
Color information
#1F27CF (or 0x1F27CF) is known color: Persian Blue. HEX triplet: 1F, 27 and CF. RGB value is (31,39,207). Sum of RGB (Red+Green+Blue) = 31+39+207=277 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.19% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 207 (81.25% from 255 or 74.73% from 277); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F27CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F27CF is #E0D830. Grayscale: #373737. Windows color (decimal): -14735409 or 13575967. OLE color: 13575967.
HSL color Cylindrical-coordinate representation of color #1F27CF: hue angle of 237.27º 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 #1F27CF is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 39 | 207 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.19 |
| HSL | 237.27º | 0.74% | 0.47% | - |
| HSV(B) | 237.27º | 0.85% | 0.81% | - |
| XYZ | 12.55 | 6.25 | 59.58 | - |
| YUV | 55.76 | 213.35 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 39 | 207 | 0.85 | 0.81 | 0 | 0.19 | 237.27 | 0.74 | 0.47 |
| Hex | 1F | 27 | CF | 55 | 51 | 0 | 13 | ED | 4A | 2F |
| Octal | 37 | 47 | 317 | 125 | 121 | 0 | 23 | 355 | 112 | 57 |
| Binary | 11111 | 100111 | 11001111 | 1010101 | 1010001 | 0 | 10011 | 11101101 | 1001010 | 101111 |
Color Harmonies of #1F27CF
Complementary color
Monochromatic Colors of #1F27CF
Black with #1F27CF
Text Example
Text Example
White with #1F27CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F27CF; }
p { color: rgb(31,39,207); }
H1.HeaderClassName
{
color: #1F27CF;
}
.AnyTagClassName
{
color: #1F27CF;
}
</style>
background-color css
<style>
a { background-color: #1F27CF; }
a { background-color: rgb(31,39,207); }
div.DivClassName
{
background-color: #1F27CF;
}
.BgClassName
{
background-color: #1F27CF;
}
</style>
border-color css
<style>
span { border-color: #1F27CF; }
span { border-color: rgb(31,39,207); }
td.TdClassName
{
border-color: #1F27CF;
}
.TagClassName
{
border-color: #1F27CF;
}
</style>