Shades of Persian Blue #1F29BF
Tints of Persian Blue #1F29BF
RGB
CMYK
RGB Variations
Color information
#1F29BF (or 0x1F29BF) is known color: Persian Blue. HEX triplet: 1F, 29 and BF. RGB value is (31,41,191). Sum of RGB (Red+Green+Blue) = 31+41+191=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 41 (16.41% from 255 or 15.59% from 263); Blue value is 191 (75% from 255 or 72.62% from 263); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F29BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F29BF is #E0D640. Grayscale: #363636. Windows color (decimal): -14734913 or 12527903. OLE color: 12527903.
HSL color Cylindrical-coordinate representation of color #1F29BF: hue angle of 236.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F29BF is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 41 | 191 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.25 |
| HSL | 236.25º | 0.72% | 0.44% | - |
| HSV(B) | 236.25º | 0.84% | 0.75% | - |
| XYZ | 10.76 | 5.64 | 49.81 | - |
| YUV | 55.11 | 204.69 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 191 | 0.84 | 0.79 | 0 | 0.25 | 236.25 | 0.72 | 0.44 |
| Hex | 1F | 29 | BF | 54 | 4F | 0 | 19 | EC | 48 | 2C |
| Octal | 37 | 51 | 277 | 124 | 117 | 0 | 31 | 354 | 110 | 54 |
| Binary | 11111 | 101001 | 10111111 | 1010100 | 1001111 | 0 | 11001 | 11101100 | 1001000 | 101100 |
Color Harmonies of #1F29BF
Complementary color
Monochromatic Colors of #1F29BF
Black with #1F29BF
Text Example
Text Example
White with #1F29BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F29BF; }
p { color: rgb(31,41,191); }
H1.HeaderClassName
{
color: #1F29BF;
}
.AnyTagClassName
{
color: #1F29BF;
}
</style>
background-color css
<style>
a { background-color: #1F29BF; }
a { background-color: rgb(31,41,191); }
div.DivClassName
{
background-color: #1F29BF;
}
.BgClassName
{
background-color: #1F29BF;
}
</style>
border-color css
<style>
span { border-color: #1F29BF; }
span { border-color: rgb(31,41,191); }
td.TdClassName
{
border-color: #1F29BF;
}
.TagClassName
{
border-color: #1F29BF;
}
</style>