Shades of Persian Blue #1F32CD
Tints of Persian Blue #1F32CD
RGB
CMYK
RGB Variations
Color information
#1F32CD (or 0x1F32CD) is known color: Persian Blue. HEX triplet: 1F, 32 and CD. RGB value is (31,50,205). Sum of RGB (Red+Green+Blue) = 31+50+205=286 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.84% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 205 (80.47% from 255 or 71.68% from 286); Max value from RGB is 205 - color contains mainly: blue. Hex color #1F32CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F32CD is #E0CD32. Grayscale: #3D3D3D. Windows color (decimal): -14732595 or 13447711. OLE color: 13447711.
HSL color Cylindrical-coordinate representation of color #1F32CD: hue angle of 233.45º 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 #1F32CD is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 50 | 205 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.20 |
| HSL | 233.45º | 0.74% | 0.46% | - |
| HSV(B) | 233.45º | 0.85% | 0.8% | - |
| XYZ | 12.73 | 6.98 | 58.43 | - |
| YUV | 61.99 | 208.71 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 205 | 0.85 | 0.76 | 0 | 0.20 | 233.45 | 0.74 | 0.46 |
| Hex | 1F | 32 | CD | 55 | 4C | 0 | 14 | E9 | 4A | 2E |
| Octal | 37 | 62 | 315 | 125 | 114 | 0 | 24 | 351 | 112 | 56 |
| Binary | 11111 | 110010 | 11001101 | 1010101 | 1001100 | 0 | 10100 | 11101001 | 1001010 | 101110 |
Color Harmonies of #1F32CD
Complementary color
Monochromatic Colors of #1F32CD
Black with #1F32CD
Text Example
Text Example
White with #1F32CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F32CD; }
p { color: rgb(31,50,205); }
H1.HeaderClassName
{
color: #1F32CD;
}
.AnyTagClassName
{
color: #1F32CD;
}
</style>
background-color css
<style>
a { background-color: #1F32CD; }
a { background-color: rgb(31,50,205); }
div.DivClassName
{
background-color: #1F32CD;
}
.BgClassName
{
background-color: #1F32CD;
}
</style>
border-color css
<style>
span { border-color: #1F32CD; }
span { border-color: rgb(31,50,205); }
td.TdClassName
{
border-color: #1F32CD;
}
.TagClassName
{
border-color: #1F32CD;
}
</style>