Shades of Persian Blue #1F3DAB
Tints of Persian Blue #1F3DAB
RGB
CMYK
RGB Variations
Color information
#1F3DAB (or 0x1F3DAB) is known color: Persian Blue. HEX triplet: 1F, 3D and AB. RGB value is (31,61,171). Sum of RGB (Red+Green+Blue) = 31+61+171=263 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.79% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 171 (67.19% from 255 or 65.02% from 263); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F3DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3DAB is #E0C254. Grayscale: #404040. Windows color (decimal): -14729813 or 11222303. OLE color: 11222303.
HSL color Cylindrical-coordinate representation of color #1F3DAB: hue angle of 227.14º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F3DAB is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 61 | 171 | - |
| CMYK | 0.82 | 0.64 | 0 | 0.33 |
| HSL | 227.14º | 0.69% | 0.4% | - |
| HSV(B) | 227.14º | 0.82% | 0.67% | - |
| XYZ | 9.58 | 6.57 | 39.29 | - |
| YUV | 64.57 | 188.06 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 61 | 171 | 0.82 | 0.64 | 0 | 0.33 | 227.14 | 0.69 | 0.4 |
| Hex | 1F | 3D | AB | 52 | 40 | 0 | 21 | E3 | 45 | 28 |
| Octal | 37 | 75 | 253 | 122 | 100 | 0 | 41 | 343 | 105 | 50 |
| Binary | 11111 | 111101 | 10101011 | 1010010 | 1000000 | 0 | 100001 | 11100011 | 1000101 | 101000 |
Color Harmonies of #1F3DAB
Complementary color
Monochromatic Colors of #1F3DAB
Black with #1F3DAB
Text Example
Text Example
White with #1F3DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3DAB; }
p { color: rgb(31,61,171); }
H1.HeaderClassName
{
color: #1F3DAB;
}
.AnyTagClassName
{
color: #1F3DAB;
}
</style>
background-color css
<style>
a { background-color: #1F3DAB; }
a { background-color: rgb(31,61,171); }
div.DivClassName
{
background-color: #1F3DAB;
}
.BgClassName
{
background-color: #1F3DAB;
}
</style>
border-color css
<style>
span { border-color: #1F3DAB; }
span { border-color: rgb(31,61,171); }
td.TdClassName
{
border-color: #1F3DAB;
}
.TagClassName
{
border-color: #1F3DAB;
}
</style>