Shades of Persian Blue #1F32BE
Tints of Persian Blue #1F32BE
RGB
CMYK
RGB Variations
Color information
#1F32BE (or 0x1F32BE) is known color: Persian Blue. HEX triplet: 1F, 32 and BE. RGB value is (31,50,190). Sum of RGB (Red+Green+Blue) = 31+50+190=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 190 (74.61% from 255 or 70.11% from 271); Max value from RGB is 190 - color contains mainly: blue. Hex color #1F32BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F32BE is #E0CD41. Grayscale: #3B3B3B. Windows color (decimal): -14732610 or 12464671. OLE color: 12464671.
HSL color Cylindrical-coordinate representation of color #1F32BE: hue angle of 232.83º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F32BE is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 50 | 190 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.25 |
| HSL | 232.83º | 0.72% | 0.43% | - |
| HSV(B) | 232.83º | 0.84% | 0.75% | - |
| XYZ | 11 | 6.29 | 49.35 | - |
| YUV | 60.28 | 201.21 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 190 | 0.84 | 0.74 | 0 | 0.25 | 232.83 | 0.72 | 0.43 |
| Hex | 1F | 32 | BE | 54 | 4A | 0 | 19 | E9 | 48 | 2B |
| Octal | 37 | 62 | 276 | 124 | 112 | 0 | 31 | 351 | 110 | 53 |
| Binary | 11111 | 110010 | 10111110 | 1010100 | 1001010 | 0 | 11001 | 11101001 | 1001000 | 101011 |
Color Harmonies of #1F32BE
Complementary color
Monochromatic Colors of #1F32BE
Black with #1F32BE
Text Example
Text Example
White with #1F32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F32BE; }
p { color: rgb(31,50,190); }
H1.HeaderClassName
{
color: #1F32BE;
}
.AnyTagClassName
{
color: #1F32BE;
}
</style>
background-color css
<style>
a { background-color: #1F32BE; }
a { background-color: rgb(31,50,190); }
div.DivClassName
{
background-color: #1F32BE;
}
.BgClassName
{
background-color: #1F32BE;
}
</style>
border-color css
<style>
span { border-color: #1F32BE; }
span { border-color: rgb(31,50,190); }
td.TdClassName
{
border-color: #1F32BE;
}
.TagClassName
{
border-color: #1F32BE;
}
</style>