Shades of Persian Blue #1F3DDF
Tints of Persian Blue #1F3DDF
RGB
CMYK
RGB Variations
Color information
#1F3DDF (or 0x1F3DDF) is known color: Persian Blue. HEX triplet: 1F, 3D and DF. RGB value is (31,61,223). Sum of RGB (Red+Green+Blue) = 31+61+223=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F3DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3DDF is #E0C220. Grayscale: #454545. Windows color (decimal): -14729761 or 14630175. OLE color: 14630175.
HSL color Cylindrical-coordinate representation of color #1F3DDF: hue angle of 230.62º degrees, saturation: 0.76, 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 #1F3DDF is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 61 | 223 | - |
| CMYK | 0.86 | 0.73 | 0 | 0.13 |
| HSL | 230.63º | 0.76% | 0.5% | - |
| HSV(B) | 230.63º | 0.86% | 0.87% | - |
| XYZ | 15.55 | 8.96 | 70.72 | - |
| YUV | 70.5 | 214.06 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 61 | 223 | 0.86 | 0.73 | 0 | 0.13 | 230.63 | 0.76 | 0.5 |
| Hex | 1F | 3D | DF | 56 | 49 | 0 | D | E7 | 4C | 32 |
| Octal | 37 | 75 | 337 | 126 | 111 | 0 | 15 | 347 | 114 | 62 |
| Binary | 11111 | 111101 | 11011111 | 1010110 | 1001001 | 0 | 1101 | 11100111 | 1001100 | 110010 |
Color Harmonies of #1F3DDF
Complementary color
Monochromatic Colors of #1F3DDF
Black with #1F3DDF
Text Example
Text Example
White with #1F3DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3DDF; }
p { color: rgb(31,61,223); }
H1.HeaderClassName
{
color: #1F3DDF;
}
.AnyTagClassName
{
color: #1F3DDF;
}
</style>
background-color css
<style>
a { background-color: #1F3DDF; }
a { background-color: rgb(31,61,223); }
div.DivClassName
{
background-color: #1F3DDF;
}
.BgClassName
{
background-color: #1F3DDF;
}
</style>
border-color css
<style>
span { border-color: #1F3DDF; }
span { border-color: rgb(31,61,223); }
td.TdClassName
{
border-color: #1F3DDF;
}
.TagClassName
{
border-color: #1F3DDF;
}
</style>