Shades of Persian Blue #1F43AA
Tints of Persian Blue #1F43AA
RGB
CMYK
RGB Variations
Color information
#1F43AA (or 0x1F43AA) is known color: Persian Blue. HEX triplet: 1F, 43 and AA. RGB value is (31,67,170). Sum of RGB (Red+Green+Blue) = 31+67+170=268 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.57% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F43AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F43AA is #E0BC55. Grayscale: #434343. Windows color (decimal): -14728278 or 11158303. OLE color: 11158303.
HSL color Cylindrical-coordinate representation of color #1F43AA: hue angle of 224.46º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F43AA is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 67 | 170 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.33 |
| HSL | 224.46º | 0.69% | 0.39% | - |
| HSV(B) | 224.46º | 0.82% | 0.67% | - |
| XYZ | 9.83 | 7.21 | 38.9 | - |
| YUV | 67.98 | 185.57 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 67 | 170 | 0.82 | 0.61 | 0 | 0.33 | 224.46 | 0.69 | 0.39 |
| Hex | 1F | 43 | AA | 52 | 3D | 0 | 21 | E0 | 45 | 27 |
| Octal | 37 | 103 | 252 | 122 | 75 | 0 | 41 | 340 | 105 | 47 |
| Binary | 11111 | 1000011 | 10101010 | 1010010 | 111101 | 0 | 100001 | 11100000 | 1000101 | 100111 |
Color Harmonies of #1F43AA
Complementary color
Monochromatic Colors of #1F43AA
Black with #1F43AA
Text Example
Text Example
White with #1F43AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F43AA; }
p { color: rgb(31,67,170); }
H1.HeaderClassName
{
color: #1F43AA;
}
.AnyTagClassName
{
color: #1F43AA;
}
</style>
background-color css
<style>
a { background-color: #1F43AA; }
a { background-color: rgb(31,67,170); }
div.DivClassName
{
background-color: #1F43AA;
}
.BgClassName
{
background-color: #1F43AA;
}
</style>
border-color css
<style>
span { border-color: #1F43AA; }
span { border-color: rgb(31,67,170); }
td.TdClassName
{
border-color: #1F43AA;
}
.TagClassName
{
border-color: #1F43AA;
}
</style>