Shades of Persian Blue #1F31CD
Tints of Persian Blue #1F31CD
RGB
CMYK
RGB Variations
Color information
#1F31CD (or 0x1F31CD) is known color: Persian Blue. HEX triplet: 1F, 31 and CD. RGB value is (31,49,205). Sum of RGB (Red+Green+Blue) = 31+49+205=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 205 (80.47% from 255 or 71.93% from 285); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F31CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F31CD is #E0CE32. Grayscale: #3C3C3C. Windows color (decimal): -14732851 or 13447455. OLE color: 13447455.
HSL color Cylindrical-coordinate representation of color #1F31CD: hue angle of 233.79º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F31CD is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 49 | 205 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.20 |
| HSL | 233.79º | 0.74% | 0.46% | - |
| HSV(B) | 233.79º | 0.85% | 0.8% | - |
| XYZ | 12.68 | 6.9 | 58.42 | - |
| YUV | 61.4 | 209.04 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 205 | 0.85 | 0.76 | 0 | 0.20 | 233.79 | 0.74 | 0.46 |
| Hex | 1F | 31 | CD | 55 | 4C | 0 | 14 | EA | 4A | 2E |
| Octal | 37 | 61 | 315 | 125 | 114 | 0 | 24 | 352 | 112 | 56 |
| Binary | 11111 | 110001 | 11001101 | 1010101 | 1001100 | 0 | 10100 | 11101010 | 1001010 | 101110 |
Color Harmonies of #1F31CD
Complementary color
Monochromatic Colors of #1F31CD
Black with #1F31CD
Text Example
Text Example
White with #1F31CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F31CD; }
p { color: rgb(31,49,205); }
H1.HeaderClassName
{
color: #1F31CD;
}
.AnyTagClassName
{
color: #1F31CD;
}
</style>
background-color css
<style>
a { background-color: #1F31CD; }
a { background-color: rgb(31,49,205); }
div.DivClassName
{
background-color: #1F31CD;
}
.BgClassName
{
background-color: #1F31CD;
}
</style>
border-color css
<style>
span { border-color: #1F31CD; }
span { border-color: rgb(31,49,205); }
td.TdClassName
{
border-color: #1F31CD;
}
.TagClassName
{
border-color: #1F31CD;
}
</style>