Shades of Persian Blue #1F32AB
Tints of Persian Blue #1F32AB
RGB
CMYK
RGB Variations
Color information
#1F32AB (or 0x1F32AB) is known color: Persian Blue. HEX triplet: 1F, 32 and AB. RGB value is (31,50,171). Sum of RGB (Red+Green+Blue) = 31+50+171=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F32AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F32AB is #E0CD54. Grayscale: #393939. Windows color (decimal): -14732629 or 11219487. OLE color: 11219487.
HSL color Cylindrical-coordinate representation of color #1F32AB: hue angle of 231.86º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F32AB is Cyan = 0.82, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 50 | 171 | - |
| CMYK | 0.82 | 0.71 | 0 | 0.33 |
| HSL | 231.86º | 0.69% | 0.4% | - |
| HSV(B) | 231.86º | 0.82% | 0.67% | - |
| XYZ | 9.06 | 5.51 | 39.11 | - |
| YUV | 58.11 | 191.71 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 171 | 0.82 | 0.71 | 0 | 0.33 | 231.86 | 0.69 | 0.4 |
| Hex | 1F | 32 | AB | 52 | 47 | 0 | 21 | E8 | 45 | 28 |
| Octal | 37 | 62 | 253 | 122 | 107 | 0 | 41 | 350 | 105 | 50 |
| Binary | 11111 | 110010 | 10101011 | 1010010 | 1000111 | 0 | 100001 | 11101000 | 1000101 | 101000 |
Color Harmonies of #1F32AB
Complementary color
Monochromatic Colors of #1F32AB
Black with #1F32AB
Text Example
Text Example
White with #1F32AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F32AB; }
p { color: rgb(31,50,171); }
H1.HeaderClassName
{
color: #1F32AB;
}
.AnyTagClassName
{
color: #1F32AB;
}
</style>
background-color css
<style>
a { background-color: #1F32AB; }
a { background-color: rgb(31,50,171); }
div.DivClassName
{
background-color: #1F32AB;
}
.BgClassName
{
background-color: #1F32AB;
}
</style>
border-color css
<style>
span { border-color: #1F32AB; }
span { border-color: rgb(31,50,171); }
td.TdClassName
{
border-color: #1F32AB;
}
.TagClassName
{
border-color: #1F32AB;
}
</style>