Shades of Persian Blue #1F1BBF
Tints of Persian Blue #1F1BBF
RGB
CMYK
RGB Variations
Color information
#1F1BBF (or 0x1F1BBF) is known color: Persian Blue. HEX triplet: 1F, 1B and BF. RGB value is (31,27,191). Sum of RGB (Red+Green+Blue) = 31+27+191=249 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.45% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 191 (75% from 255 or 76.71% from 249); Max value from RGB is 191 - color contains mainly: blue. Hex color #1F1BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F1BBF is #E0E440. Grayscale: #2E2E2E. Windows color (decimal): -14738497 or 12524319. OLE color: 12524319.
HSL color Cylindrical-coordinate representation of color #1F1BBF: hue angle of 241.46º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F1BBF is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 27 | 191 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.25 |
| HSL | 241.46º | 0.75% | 0.43% | - |
| HSV(B) | 241.46º | 0.86% | 0.75% | - |
| XYZ | 10.36 | 4.84 | 49.68 | - |
| YUV | 46.89 | 209.33 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 27 | 191 | 0.84 | 0.86 | 0 | 0.25 | 241.46 | 0.75 | 0.43 |
| Hex | 1F | 1B | BF | 54 | 56 | 0 | 19 | F1 | 4B | 2B |
| Octal | 37 | 33 | 277 | 124 | 126 | 0 | 31 | 361 | 113 | 53 |
| Binary | 11111 | 11011 | 10111111 | 1010100 | 1010110 | 0 | 11001 | 11110001 | 1001011 | 101011 |
Color Harmonies of #1F1BBF
Complementary color
Monochromatic Colors of #1F1BBF
Black with #1F1BBF
Text Example
Text Example
White with #1F1BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1BBF; }
p { color: rgb(31,27,191); }
H1.HeaderClassName
{
color: #1F1BBF;
}
.AnyTagClassName
{
color: #1F1BBF;
}
</style>
background-color css
<style>
a { background-color: #1F1BBF; }
a { background-color: rgb(31,27,191); }
div.DivClassName
{
background-color: #1F1BBF;
}
.BgClassName
{
background-color: #1F1BBF;
}
</style>
border-color css
<style>
span { border-color: #1F1BBF; }
span { border-color: rgb(31,27,191); }
td.TdClassName
{
border-color: #1F1BBF;
}
.TagClassName
{
border-color: #1F1BBF;
}
</style>