Shades of Persian Blue #1F27C7
Tints of Persian Blue #1F27C7
RGB
CMYK
RGB Variations
Color information
#1F27C7 (or 0x1F27C7) is known color: Persian Blue. HEX triplet: 1F, 27 and C7. RGB value is (31,39,199). Sum of RGB (Red+Green+Blue) = 31+39+199=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 199 (78.12% from 255 or 73.98% from 269); Max value from RGB is 199 - color contains mainly: blue. Hex color #1F27C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F27C7 is #E0D838. Grayscale: #363636. Windows color (decimal): -14735417 or 13051679. OLE color: 13051679.
HSL color Cylindrical-coordinate representation of color #1F27C7: hue angle of 237.14º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F27C7 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 39 | 199 | - |
| CMYK | 0.84 | 0.80 | 0 | 0.22 |
| HSL | 237.14º | 0.73% | 0.45% | - |
| HSV(B) | 237.14º | 0.84% | 0.78% | - |
| XYZ | 11.6 | 5.87 | 54.55 | - |
| YUV | 54.85 | 209.35 | 110.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 39 | 199 | 0.84 | 0.80 | 0 | 0.22 | 237.14 | 0.73 | 0.45 |
| Hex | 1F | 27 | C7 | 54 | 50 | 0 | 16 | ED | 49 | 2D |
| Octal | 37 | 47 | 307 | 124 | 120 | 0 | 26 | 355 | 111 | 55 |
| Binary | 11111 | 100111 | 11000111 | 1010100 | 1010000 | 0 | 10110 | 11101101 | 1001001 | 101101 |
Color Harmonies of #1F27C7
Complementary color
Monochromatic Colors of #1F27C7
Black with #1F27C7
Text Example
Text Example
White with #1F27C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F27C7; }
p { color: rgb(31,39,199); }
H1.HeaderClassName
{
color: #1F27C7;
}
.AnyTagClassName
{
color: #1F27C7;
}
</style>
background-color css
<style>
a { background-color: #1F27C7; }
a { background-color: rgb(31,39,199); }
div.DivClassName
{
background-color: #1F27C7;
}
.BgClassName
{
background-color: #1F27C7;
}
</style>
border-color css
<style>
span { border-color: #1F27C7; }
span { border-color: rgb(31,39,199); }
td.TdClassName
{
border-color: #1F27C7;
}
.TagClassName
{
border-color: #1F27C7;
}
</style>