Shades of Persian Blue #1F3FE7
Tints of Persian Blue #1F3FE7
RGB
CMYK
RGB Variations
Color information
#1F3FE7 (or 0x1F3FE7) is known color: Persian Blue. HEX triplet: 1F, 3F and E7. RGB value is (31,63,231). Sum of RGB (Red+Green+Blue) = 31+63+231=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 231 (90.62% from 255 or 71.08% from 325); Max value from RGB is 231 - color contains mainly: blue. Hex color #1F3FE7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F3FE7 is #E0C018. Grayscale: #474747. Windows color (decimal): -14729241 or 15154975. OLE color: 15154975.
HSL color Cylindrical-coordinate representation of color #1F3FE7: hue angle of 230.4º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F3FE7 is Cyan = 0.87, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 63 | 231 | - |
| CMYK | 0.87 | 0.73 | 0 | 0.09 |
| HSL | 230.4º | 0.81% | 0.51% | - |
| HSV(B) | 230.4º | 0.87% | 0.91% | - |
| XYZ | 16.77 | 9.62 | 76.57 | - |
| YUV | 72.58 | 217.4 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 63 | 231 | 0.87 | 0.73 | 0 | 0.09 | 230.4 | 0.81 | 0.51 |
| Hex | 1F | 3F | E7 | 57 | 49 | 0 | 9 | E6 | 51 | 33 |
| Octal | 37 | 77 | 347 | 127 | 111 | 0 | 11 | 346 | 121 | 63 |
| Binary | 11111 | 111111 | 11100111 | 1010111 | 1001001 | 0 | 1001 | 11100110 | 1010001 | 110011 |
Color Harmonies of #1F3FE7
Complementary color
Monochromatic Colors of #1F3FE7
Black with #1F3FE7
Text Example
Text Example
White with #1F3FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3FE7; }
p { color: rgb(31,63,231); }
H1.HeaderClassName
{
color: #1F3FE7;
}
.AnyTagClassName
{
color: #1F3FE7;
}
</style>
background-color css
<style>
a { background-color: #1F3FE7; }
a { background-color: rgb(31,63,231); }
div.DivClassName
{
background-color: #1F3FE7;
}
.BgClassName
{
background-color: #1F3FE7;
}
</style>
border-color css
<style>
span { border-color: #1F3FE7; }
span { border-color: rgb(31,63,231); }
td.TdClassName
{
border-color: #1F3FE7;
}
.TagClassName
{
border-color: #1F3FE7;
}
</style>