Shades of Persian Blue #1F3FDE
Tints of Persian Blue #1F3FDE
RGB
CMYK
RGB Variations
Color information
#1F3FDE (or 0x1F3FDE) is known color: Persian Blue. HEX triplet: 1F, 3F and DE. RGB value is (31,63,222). Sum of RGB (Red+Green+Blue) = 31+63+222=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 222 (87.11% from 255 or 70.25% from 316); Max value from RGB is 222 - color contains mainly: blue. Hex color #1F3FDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3FDE is #E0C021. Grayscale: #464646. Windows color (decimal): -14729250 or 14565151. OLE color: 14565151.
HSL color Cylindrical-coordinate representation of color #1F3FDE: hue angle of 229.95º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F3FDE is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 63 | 222 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.13 |
| HSL | 229.95º | 0.75% | 0.5% | - |
| HSV(B) | 229.95º | 0.86% | 0.87% | - |
| XYZ | 15.53 | 9.12 | 70.05 | - |
| YUV | 71.56 | 212.9 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 63 | 222 | 0.86 | 0.72 | 0 | 0.13 | 229.95 | 0.75 | 0.5 |
| Hex | 1F | 3F | DE | 56 | 48 | 0 | D | E6 | 4B | 32 |
| Octal | 37 | 77 | 336 | 126 | 110 | 0 | 15 | 346 | 113 | 62 |
| Binary | 11111 | 111111 | 11011110 | 1010110 | 1001000 | 0 | 1101 | 11100110 | 1001011 | 110010 |
Color Harmonies of #1F3FDE
Complementary color
Monochromatic Colors of #1F3FDE
Black with #1F3FDE
Text Example
Text Example
White with #1F3FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3FDE; }
p { color: rgb(31,63,222); }
H1.HeaderClassName
{
color: #1F3FDE;
}
.AnyTagClassName
{
color: #1F3FDE;
}
</style>
background-color css
<style>
a { background-color: #1F3FDE; }
a { background-color: rgb(31,63,222); }
div.DivClassName
{
background-color: #1F3FDE;
}
.BgClassName
{
background-color: #1F3FDE;
}
</style>
border-color css
<style>
span { border-color: #1F3FDE; }
span { border-color: rgb(31,63,222); }
td.TdClassName
{
border-color: #1F3FDE;
}
.TagClassName
{
border-color: #1F3FDE;
}
</style>