Shades of Persian Blue #1F3DCD
Tints of Persian Blue #1F3DCD
RGB
CMYK
RGB Variations
Color information
#1F3DCD (or 0x1F3DCD) is known color: Persian Blue. HEX triplet: 1F, 3D and CD. RGB value is (31,61,205). Sum of RGB (Red+Green+Blue) = 31+61+205=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F3DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3DCD is #E0C232. Grayscale: #434343. Windows color (decimal): -14729779 or 13450527. OLE color: 13450527.
HSL color Cylindrical-coordinate representation of color #1F3DCD: hue angle of 229.66º 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 #1F3DCD is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 61 | 205 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.20 |
| HSL | 229.66º | 0.74% | 0.46% | - |
| HSV(B) | 229.66º | 0.85% | 0.8% | - |
| XYZ | 13.25 | 8.04 | 58.61 | - |
| YUV | 68.45 | 205.06 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 61 | 205 | 0.85 | 0.70 | 0 | 0.20 | 229.66 | 0.74 | 0.46 |
| Hex | 1F | 3D | CD | 55 | 46 | 0 | 14 | E6 | 4A | 2E |
| Octal | 37 | 75 | 315 | 125 | 106 | 0 | 24 | 346 | 112 | 56 |
| Binary | 11111 | 111101 | 11001101 | 1010101 | 1000110 | 0 | 10100 | 11100110 | 1001010 | 101110 |
Color Harmonies of #1F3DCD
Complementary color
Monochromatic Colors of #1F3DCD
Black with #1F3DCD
Text Example
Text Example
White with #1F3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3DCD; }
p { color: rgb(31,61,205); }
H1.HeaderClassName
{
color: #1F3DCD;
}
.AnyTagClassName
{
color: #1F3DCD;
}
</style>
background-color css
<style>
a { background-color: #1F3DCD; }
a { background-color: rgb(31,61,205); }
div.DivClassName
{
background-color: #1F3DCD;
}
.BgClassName
{
background-color: #1F3DCD;
}
</style>
border-color css
<style>
span { border-color: #1F3DCD; }
span { border-color: rgb(31,61,205); }
td.TdClassName
{
border-color: #1F3DCD;
}
.TagClassName
{
border-color: #1F3DCD;
}
</style>