Shades of Persian Blue #1F41AD
Tints of Persian Blue #1F41AD
RGB
CMYK
RGB Variations
Color information
#1F41AD (or 0x1F41AD) is known color: Persian Blue. HEX triplet: 1F, 41 and AD. RGB value is (31,65,173). Sum of RGB (Red+Green+Blue) = 31+65+173=269 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.52% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F41AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F41AD is #E0BE52. Grayscale: #424242. Windows color (decimal): -14728787 or 11354399. OLE color: 11354399.
HSL color Cylindrical-coordinate representation of color #1F41AD: hue angle of 225.63º 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 #1F41AD is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 65 | 173 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.32 |
| HSL | 225.63º | 0.7% | 0.4% | - |
| HSV(B) | 225.63º | 0.82% | 0.68% | - |
| XYZ | 10 | 7.09 | 40.38 | - |
| YUV | 67.15 | 187.74 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 173 | 0.82 | 0.62 | 0 | 0.32 | 225.63 | 0.7 | 0.4 |
| Hex | 1F | 41 | AD | 52 | 3E | 0 | 20 | E2 | 46 | 28 |
| Octal | 37 | 101 | 255 | 122 | 76 | 0 | 40 | 342 | 106 | 50 |
| Binary | 11111 | 1000001 | 10101101 | 1010010 | 111110 | 0 | 100000 | 11100010 | 1000110 | 101000 |
Color Harmonies of #1F41AD
Complementary color
Monochromatic Colors of #1F41AD
Black with #1F41AD
Text Example
Text Example
White with #1F41AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F41AD; }
p { color: rgb(31,65,173); }
H1.HeaderClassName
{
color: #1F41AD;
}
.AnyTagClassName
{
color: #1F41AD;
}
</style>
background-color css
<style>
a { background-color: #1F41AD; }
a { background-color: rgb(31,65,173); }
div.DivClassName
{
background-color: #1F41AD;
}
.BgClassName
{
background-color: #1F41AD;
}
</style>
border-color css
<style>
span { border-color: #1F41AD; }
span { border-color: rgb(31,65,173); }
td.TdClassName
{
border-color: #1F41AD;
}
.TagClassName
{
border-color: #1F41AD;
}
</style>