Shades of Persian Blue #1F41BC
Tints of Persian Blue #1F41BC
RGB
CMYK
RGB Variations
Color information
#1F41BC (or 0x1F41BC) is known color: Persian Blue. HEX triplet: 1F, 41 and BC. RGB value is (31,65,188). Sum of RGB (Red+Green+Blue) = 31+65+188=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #1F41BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F41BC is #E0BE43. Grayscale: #444444. Windows color (decimal): -14728772 or 12337439. OLE color: 12337439.
HSL color Cylindrical-coordinate representation of color #1F41BC: hue angle of 227.01º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F41BC is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 65 | 188 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.26 |
| HSL | 227.01º | 0.72% | 0.43% | - |
| HSV(B) | 227.01º | 0.84% | 0.74% | - |
| XYZ | 11.53 | 7.7 | 48.46 | - |
| YUV | 68.86 | 195.24 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 188 | 0.84 | 0.65 | 0 | 0.26 | 227.01 | 0.72 | 0.43 |
| Hex | 1F | 41 | BC | 54 | 41 | 0 | 1A | E3 | 48 | 2B |
| Octal | 37 | 101 | 274 | 124 | 101 | 0 | 32 | 343 | 110 | 53 |
| Binary | 11111 | 1000001 | 10111100 | 1010100 | 1000001 | 0 | 11010 | 11100011 | 1001000 | 101011 |
Color Harmonies of #1F41BC
Complementary color
Monochromatic Colors of #1F41BC
Black with #1F41BC
Text Example
Text Example
White with #1F41BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F41BC; }
p { color: rgb(31,65,188); }
H1.HeaderClassName
{
color: #1F41BC;
}
.AnyTagClassName
{
color: #1F41BC;
}
</style>
background-color css
<style>
a { background-color: #1F41BC; }
a { background-color: rgb(31,65,188); }
div.DivClassName
{
background-color: #1F41BC;
}
.BgClassName
{
background-color: #1F41BC;
}
</style>
border-color css
<style>
span { border-color: #1F41BC; }
span { border-color: rgb(31,65,188); }
td.TdClassName
{
border-color: #1F41BC;
}
.TagClassName
{
border-color: #1F41BC;
}
</style>