Shades of Persian Blue #1F29AD
Tints of Persian Blue #1F29AD
RGB
CMYK
RGB Variations
Color information
#1F29AD (or 0x1F29AD) is known color: Persian Blue. HEX triplet: 1F, 29 and AD. RGB value is (31,41,173). Sum of RGB (Red+Green+Blue) = 31+41+173=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 41 (16.41% from 255 or 16.73% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F29AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F29AD is #E0D652. Grayscale: #343434. Windows color (decimal): -14734931 or 11348255. OLE color: 11348255.
HSL color Cylindrical-coordinate representation of color #1F29AD: hue angle of 235.77º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F29AD is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 41 | 173 | - |
| CMYK | 0.82 | 0.76 | 0 | 0.32 |
| HSL | 235.77º | 0.7% | 0.4% | - |
| HSV(B) | 235.77º | 0.82% | 0.68% | - |
| XYZ | 8.9 | 4.89 | 40.01 | - |
| YUV | 53.06 | 195.69 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 173 | 0.82 | 0.76 | 0 | 0.32 | 235.77 | 0.7 | 0.4 |
| Hex | 1F | 29 | AD | 52 | 4C | 0 | 20 | EC | 46 | 28 |
| Octal | 37 | 51 | 255 | 122 | 114 | 0 | 40 | 354 | 106 | 50 |
| Binary | 11111 | 101001 | 10101101 | 1010010 | 1001100 | 0 | 100000 | 11101100 | 1000110 | 101000 |
Color Harmonies of #1F29AD
Complementary color
Monochromatic Colors of #1F29AD
Black with #1F29AD
Text Example
Text Example
White with #1F29AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F29AD; }
p { color: rgb(31,41,173); }
H1.HeaderClassName
{
color: #1F29AD;
}
.AnyTagClassName
{
color: #1F29AD;
}
</style>
background-color css
<style>
a { background-color: #1F29AD; }
a { background-color: rgb(31,41,173); }
div.DivClassName
{
background-color: #1F29AD;
}
.BgClassName
{
background-color: #1F29AD;
}
</style>
border-color css
<style>
span { border-color: #1F29AD; }
span { border-color: rgb(31,41,173); }
td.TdClassName
{
border-color: #1F29AD;
}
.TagClassName
{
border-color: #1F29AD;
}
</style>