Shades of Persian Blue #1F43D0
Tints of Persian Blue #1F43D0
RGB
CMYK
RGB Variations
Color information
#1F43D0 (or 0x1F43D0) is known color: Persian Blue. HEX triplet: 1F, 43 and D0. RGB value is (31,67,208). Sum of RGB (Red+Green+Blue) = 31+67+208=306 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.13% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 208 (81.64% from 255 or 67.97% from 306); Max value from RGB is 208 - color contains mainly: blue. Hex color #1F43D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F43D0 is #E0BC2F. Grayscale: #474747. Windows color (decimal): -14728240 or 13648671. OLE color: 13648671.
HSL color Cylindrical-coordinate representation of color #1F43D0: hue angle of 227.8º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F43D0 is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 31 | 67 | 208 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.18 |
| HSL | 227.8º | 0.74% | 0.47% | - |
| HSV(B) | 227.8º | 0.85% | 0.82% | - |
| XYZ | 13.96 | 8.86 | 60.65 | - |
| YUV | 72.31 | 204.57 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 208 | 0.85 | 0.68 | 0 | 0.18 | 227.8 | 0.74 | 0.47 |
| Hex | 1F | 43 | D0 | 55 | 44 | 0 | 12 | E4 | 4A | 2F |
| Octal | 37 | 103 | 320 | 125 | 104 | 0 | 22 | 344 | 112 | 57 |
| Binary | 11111 | 1000011 | 11010000 | 1010101 | 1000100 | 0 | 10010 | 11100100 | 1001010 | 101111 |
Color Harmonies of #1F43D0
Complementary color
Monochromatic Colors of #1F43D0
Black with #1F43D0
Text Example
Text Example
White with #1F43D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F43D0; }
p { color: rgb(31,67,208); }
H1.HeaderClassName
{
color: #1F43D0;
}
.AnyTagClassName
{
color: #1F43D0;
}
</style>
background-color css
<style>
a { background-color: #1F43D0; }
a { background-color: rgb(31,67,208); }
div.DivClassName
{
background-color: #1F43D0;
}
.BgClassName
{
background-color: #1F43D0;
}
</style>
border-color css
<style>
span { border-color: #1F43D0; }
span { border-color: rgb(31,67,208); }
td.TdClassName
{
border-color: #1F43D0;
}
.TagClassName
{
border-color: #1F43D0;
}
</style>