Shades of Persian Blue #1F29CF
Tints of Persian Blue #1F29CF
RGB
CMYK
RGB Variations
Color information
#1F29CF (or 0x1F29CF) is known color: Persian Blue. HEX triplet: 1F, 29 and CF. RGB value is (31,41,207). Sum of RGB (Red+Green+Blue) = 31+41+207=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 207 (81.25% from 255 or 74.19% from 279); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F29CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F29CF is #E0D630. Grayscale: #383838. Windows color (decimal): -14734897 or 13576479. OLE color: 13576479.
HSL color Cylindrical-coordinate representation of color #1F29CF: hue angle of 236.59º 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 #1F29CF is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 41 | 207 | - |
| CMYK | 0.85 | 0.80 | 0 | 0.19 |
| HSL | 236.59º | 0.74% | 0.47% | - |
| HSV(B) | 236.59º | 0.85% | 0.81% | - |
| XYZ | 12.62 | 6.38 | 59.6 | - |
| YUV | 56.93 | 212.69 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 207 | 0.85 | 0.80 | 0 | 0.19 | 236.59 | 0.74 | 0.47 |
| Hex | 1F | 29 | CF | 55 | 50 | 0 | 13 | ED | 4A | 2F |
| Octal | 37 | 51 | 317 | 125 | 120 | 0 | 23 | 355 | 112 | 57 |
| Binary | 11111 | 101001 | 11001111 | 1010101 | 1010000 | 0 | 10011 | 11101101 | 1001010 | 101111 |
Color Harmonies of #1F29CF
Complementary color
Monochromatic Colors of #1F29CF
Black with #1F29CF
Text Example
Text Example
White with #1F29CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F29CF; }
p { color: rgb(31,41,207); }
H1.HeaderClassName
{
color: #1F29CF;
}
.AnyTagClassName
{
color: #1F29CF;
}
</style>
background-color css
<style>
a { background-color: #1F29CF; }
a { background-color: rgb(31,41,207); }
div.DivClassName
{
background-color: #1F29CF;
}
.BgClassName
{
background-color: #1F29CF;
}
</style>
border-color css
<style>
span { border-color: #1F29CF; }
span { border-color: rgb(31,41,207); }
td.TdClassName
{
border-color: #1F29CF;
}
.TagClassName
{
border-color: #1F29CF;
}
</style>