Shades of Persian Blue #1F3ADD
Tints of Persian Blue #1F3ADD
RGB
CMYK
RGB Variations
Color information
#1F3ADD (or 0x1F3ADD) is known color: Persian Blue. HEX triplet: 1F, 3A and DD. RGB value is (31,58,221). Sum of RGB (Red+Green+Blue) = 31+58+221=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 221 (86.72% from 255 or 71.29% from 310); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F3ADD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3ADD is #E0C522. Grayscale: #434343. Windows color (decimal): -14730531 or 14498335. OLE color: 14498335.
HSL color Cylindrical-coordinate representation of color #1F3ADD: hue angle of 231.47º 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 #1F3ADD is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 58 | 221 | - |
| CMYK | 0.86 | 0.74 | 0 | 0.13 |
| HSL | 231.47º | 0.75% | 0.49% | - |
| HSV(B) | 231.47º | 0.86% | 0.87% | - |
| XYZ | 15.13 | 8.54 | 69.26 | - |
| YUV | 68.51 | 214.05 | 101.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 58 | 221 | 0.86 | 0.74 | 0 | 0.13 | 231.47 | 0.75 | 0.49 |
| Hex | 1F | 3A | DD | 56 | 4A | 0 | D | E7 | 4B | 31 |
| Octal | 37 | 72 | 335 | 126 | 112 | 0 | 15 | 347 | 113 | 61 |
| Binary | 11111 | 111010 | 11011101 | 1010110 | 1001010 | 0 | 1101 | 11100111 | 1001011 | 110001 |
Color Harmonies of #1F3ADD
Complementary color
Monochromatic Colors of #1F3ADD
Black with #1F3ADD
Text Example
Text Example
White with #1F3ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3ADD; }
p { color: rgb(31,58,221); }
H1.HeaderClassName
{
color: #1F3ADD;
}
.AnyTagClassName
{
color: #1F3ADD;
}
</style>
background-color css
<style>
a { background-color: #1F3ADD; }
a { background-color: rgb(31,58,221); }
div.DivClassName
{
background-color: #1F3ADD;
}
.BgClassName
{
background-color: #1F3ADD;
}
</style>
border-color css
<style>
span { border-color: #1F3ADD; }
span { border-color: rgb(31,58,221); }
td.TdClassName
{
border-color: #1F3ADD;
}
.TagClassName
{
border-color: #1F3ADD;
}
</style>