Shades of Persian Blue #1F40AD
Tints of Persian Blue #1F40AD
RGB
CMYK
RGB Variations
Color information
#1F40AD (or 0x1F40AD) is known color: Persian Blue. HEX triplet: 1F, 40 and AD. RGB value is (31,64,173). Sum of RGB (Red+Green+Blue) = 31+64+173=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F40AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F40AD is #E0BF52. Grayscale: #424242. Windows color (decimal): -14729043 or 11354143. OLE color: 11354143.
HSL color Cylindrical-coordinate representation of color #1F40AD: hue angle of 226.06º 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 #1F40AD is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 31 | 64 | 173 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.32 |
| HSL | 226.06º | 0.7% | 0.4% | - |
| HSV(B) | 226.06º | 0.82% | 0.68% | - |
| XYZ | 9.94 | 6.98 | 40.36 | - |
| YUV | 66.56 | 188.07 | 102.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 173 | 0.82 | 0.63 | 0 | 0.32 | 226.06 | 0.7 | 0.4 |
| Hex | 1F | 40 | AD | 52 | 3F | 0 | 20 | E2 | 46 | 28 |
| Octal | 37 | 100 | 255 | 122 | 77 | 0 | 40 | 342 | 106 | 50 |
| Binary | 11111 | 1000000 | 10101101 | 1010010 | 111111 | 0 | 100000 | 11100010 | 1000110 | 101000 |
Color Harmonies of #1F40AD
Complementary color
Monochromatic Colors of #1F40AD
Black with #1F40AD
Text Example
Text Example
White with #1F40AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F40AD; }
p { color: rgb(31,64,173); }
H1.HeaderClassName
{
color: #1F40AD;
}
.AnyTagClassName
{
color: #1F40AD;
}
</style>
background-color css
<style>
a { background-color: #1F40AD; }
a { background-color: rgb(31,64,173); }
div.DivClassName
{
background-color: #1F40AD;
}
.BgClassName
{
background-color: #1F40AD;
}
</style>
border-color css
<style>
span { border-color: #1F40AD; }
span { border-color: rgb(31,64,173); }
td.TdClassName
{
border-color: #1F40AD;
}
.TagClassName
{
border-color: #1F40AD;
}
</style>