Shades of Persian Blue #1F3DDD
Tints of Persian Blue #1F3DDD
RGB
CMYK
RGB Variations
Color information
#1F3DDD (or 0x1F3DDD) is known color: Persian Blue. HEX triplet: 1F, 3D and DD. RGB value is (31,61,221). Sum of RGB (Red+Green+Blue) = 31+61+221=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 221 (86.72% from 255 or 70.61% from 313); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F3DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3DDD is #E0C222. Grayscale: #454545. Windows color (decimal): -14729763 or 14499103. OLE color: 14499103.
HSL color Cylindrical-coordinate representation of color #1F3DDD: hue angle of 230.53º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F3DDD is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 61 | 221 | - |
| CMYK | 0.86 | 0.72 | 0 | 0.13 |
| HSL | 230.53º | 0.75% | 0.49% | - |
| HSV(B) | 230.53º | 0.86% | 0.87% | - |
| XYZ | 15.28 | 8.85 | 69.31 | - |
| YUV | 70.27 | 213.06 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 61 | 221 | 0.86 | 0.72 | 0 | 0.13 | 230.53 | 0.75 | 0.49 |
| Hex | 1F | 3D | DD | 56 | 48 | 0 | D | E7 | 4B | 31 |
| Octal | 37 | 75 | 335 | 126 | 110 | 0 | 15 | 347 | 113 | 61 |
| Binary | 11111 | 111101 | 11011101 | 1010110 | 1001000 | 0 | 1101 | 11100111 | 1001011 | 110001 |
Color Harmonies of #1F3DDD
Complementary color
Monochromatic Colors of #1F3DDD
Black with #1F3DDD
Text Example
Text Example
White with #1F3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3DDD; }
p { color: rgb(31,61,221); }
H1.HeaderClassName
{
color: #1F3DDD;
}
.AnyTagClassName
{
color: #1F3DDD;
}
</style>
background-color css
<style>
a { background-color: #1F3DDD; }
a { background-color: rgb(31,61,221); }
div.DivClassName
{
background-color: #1F3DDD;
}
.BgClassName
{
background-color: #1F3DDD;
}
</style>
border-color css
<style>
span { border-color: #1F3DDD; }
span { border-color: rgb(31,61,221); }
td.TdClassName
{
border-color: #1F3DDD;
}
.TagClassName
{
border-color: #1F3DDD;
}
</style>