Shades of Persian Blue #1F31E0
Tints of Persian Blue #1F31E0
RGB
CMYK
RGB Variations
Color information
#1F31E0 (or 0x1F31E0) is known color: Persian Blue. HEX triplet: 1F, 31 and E0. RGB value is (31,49,224). Sum of RGB (Red+Green+Blue) = 31+49+224=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 224 (87.89% from 255 or 73.68% from 304); Max value from RGB is 224 - color contains mainly: blue. Hex color #1F31E0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F31E0 is #E0CE1F. Grayscale: #3E3E3E. Windows color (decimal): -14732832 or 14692639. OLE color: 14692639.
HSL color Cylindrical-coordinate representation of color #1F31E0: hue angle of 234.4º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F31E0 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 31 | 49 | 224 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.12 |
| HSL | 234.4º | 0.76% | 0.5% | - |
| HSV(B) | 234.4º | 0.86% | 0.88% | - |
| XYZ | 15.12 | 7.87 | 71.24 | - |
| YUV | 63.57 | 218.54 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 224 | 0.86 | 0.78 | 0 | 0.12 | 234.4 | 0.76 | 0.5 |
| Hex | 1F | 31 | E0 | 56 | 4E | 0 | C | EA | 4C | 32 |
| Octal | 37 | 61 | 340 | 126 | 116 | 0 | 14 | 352 | 114 | 62 |
| Binary | 11111 | 110001 | 11100000 | 1010110 | 1001110 | 0 | 1100 | 11101010 | 1001100 | 110010 |
Color Harmonies of #1F31E0
Complementary color
Monochromatic Colors of #1F31E0
Black with #1F31E0
Text Example
Text Example
White with #1F31E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F31E0; }
p { color: rgb(31,49,224); }
H1.HeaderClassName
{
color: #1F31E0;
}
.AnyTagClassName
{
color: #1F31E0;
}
</style>
background-color css
<style>
a { background-color: #1F31E0; }
a { background-color: rgb(31,49,224); }
div.DivClassName
{
background-color: #1F31E0;
}
.BgClassName
{
background-color: #1F31E0;
}
</style>
border-color css
<style>
span { border-color: #1F31E0; }
span { border-color: rgb(31,49,224); }
td.TdClassName
{
border-color: #1F31E0;
}
.TagClassName
{
border-color: #1F31E0;
}
</style>