Shades of Persian Blue #1F41CF
Tints of Persian Blue #1F41CF
RGB
CMYK
RGB Variations
Color information
#1F41CF (or 0x1F41CF) is known color: Persian Blue. HEX triplet: 1F, 41 and CF. RGB value is (31,65,207). Sum of RGB (Red+Green+Blue) = 31+65+207=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F41CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F41CF is #E0BE30. Grayscale: #464646. Windows color (decimal): -14728753 or 13582623. OLE color: 13582623.
HSL color Cylindrical-coordinate representation of color #1F41CF: hue angle of 228.41º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F41CF is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 65 | 207 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.19 |
| HSL | 228.41º | 0.74% | 0.47% | - |
| HSV(B) | 228.41º | 0.85% | 0.81% | - |
| XYZ | 13.72 | 8.58 | 59.96 | - |
| YUV | 71.02 | 204.74 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 207 | 0.85 | 0.69 | 0 | 0.19 | 228.41 | 0.74 | 0.47 |
| Hex | 1F | 41 | CF | 55 | 45 | 0 | 13 | E4 | 4A | 2F |
| Octal | 37 | 101 | 317 | 125 | 105 | 0 | 23 | 344 | 112 | 57 |
| Binary | 11111 | 1000001 | 11001111 | 1010101 | 1000101 | 0 | 10011 | 11100100 | 1001010 | 101111 |
Color Harmonies of #1F41CF
Complementary color
Monochromatic Colors of #1F41CF
Black with #1F41CF
Text Example
Text Example
White with #1F41CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F41CF; }
p { color: rgb(31,65,207); }
H1.HeaderClassName
{
color: #1F41CF;
}
.AnyTagClassName
{
color: #1F41CF;
}
</style>
background-color css
<style>
a { background-color: #1F41CF; }
a { background-color: rgb(31,65,207); }
div.DivClassName
{
background-color: #1F41CF;
}
.BgClassName
{
background-color: #1F41CF;
}
</style>
border-color css
<style>
span { border-color: #1F41CF; }
span { border-color: rgb(31,65,207); }
td.TdClassName
{
border-color: #1F41CF;
}
.TagClassName
{
border-color: #1F41CF;
}
</style>