Shades of Persian Blue #1F43CF
Tints of Persian Blue #1F43CF
RGB
CMYK
RGB Variations
Color information
#1F43CF (or 0x1F43CF) is known color: Persian Blue. HEX triplet: 1F, 43 and CF. RGB value is (31,67,207). Sum of RGB (Red+Green+Blue) = 31+67+207=305 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.16% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #1F43CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F43CF is #E0BC30. Grayscale: #474747. Windows color (decimal): -14728241 or 13583135. OLE color: 13583135.
HSL color Cylindrical-coordinate representation of color #1F43CF: hue angle of 227.73º 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 #1F43CF is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 67 | 207 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.19 |
| HSL | 227.73º | 0.74% | 0.47% | - |
| HSV(B) | 227.73º | 0.85% | 0.81% | - |
| XYZ | 13.83 | 8.81 | 60 | - |
| YUV | 72.2 | 204.07 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 207 | 0.85 | 0.68 | 0 | 0.19 | 227.73 | 0.74 | 0.47 |
| Hex | 1F | 43 | CF | 55 | 44 | 0 | 13 | E4 | 4A | 2F |
| Octal | 37 | 103 | 317 | 125 | 104 | 0 | 23 | 344 | 112 | 57 |
| Binary | 11111 | 1000011 | 11001111 | 1010101 | 1000100 | 0 | 10011 | 11100100 | 1001010 | 101111 |
Color Harmonies of #1F43CF
Complementary color
Monochromatic Colors of #1F43CF
Black with #1F43CF
Text Example
Text Example
White with #1F43CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F43CF; }
p { color: rgb(31,67,207); }
H1.HeaderClassName
{
color: #1F43CF;
}
.AnyTagClassName
{
color: #1F43CF;
}
</style>
background-color css
<style>
a { background-color: #1F43CF; }
a { background-color: rgb(31,67,207); }
div.DivClassName
{
background-color: #1F43CF;
}
.BgClassName
{
background-color: #1F43CF;
}
</style>
border-color css
<style>
span { border-color: #1F43CF; }
span { border-color: rgb(31,67,207); }
td.TdClassName
{
border-color: #1F43CF;
}
.TagClassName
{
border-color: #1F43CF;
}
</style>