Shades of Persian Blue #1F34AF
Tints of Persian Blue #1F34AF
RGB
CMYK
RGB Variations
Color information
#1F34AF (or 0x1F34AF) is known color: Persian Blue. HEX triplet: 1F, 34 and AF. RGB value is (31,52,175). Sum of RGB (Red+Green+Blue) = 31+52+175=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 52 (20.70% from 255 or 20.16% from 258); Blue value is 175 (68.75% from 255 or 67.83% from 258); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F34AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F34AF is #E0CB50. Grayscale: #3B3B3B. Windows color (decimal): -14732113 or 11482143. OLE color: 11482143.
HSL color Cylindrical-coordinate representation of color #1F34AF: hue angle of 231.25º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F34AF is Cyan = 0.82, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 52 | 175 | - |
| CMYK | 0.82 | 0.70 | 0 | 0.31 |
| HSL | 231.25º | 0.7% | 0.4% | - |
| HSV(B) | 231.25º | 0.82% | 0.69% | - |
| XYZ | 9.53 | 5.84 | 41.18 | - |
| YUV | 59.74 | 193.04 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 175 | 0.82 | 0.70 | 0 | 0.31 | 231.25 | 0.7 | 0.4 |
| Hex | 1F | 34 | AF | 52 | 46 | 0 | 1F | E7 | 46 | 28 |
| Octal | 37 | 64 | 257 | 122 | 106 | 0 | 37 | 347 | 106 | 50 |
| Binary | 11111 | 110100 | 10101111 | 1010010 | 1000110 | 0 | 11111 | 11100111 | 1000110 | 101000 |
Color Harmonies of #1F34AF
Complementary color
Monochromatic Colors of #1F34AF
Black with #1F34AF
Text Example
Text Example
White with #1F34AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F34AF; }
p { color: rgb(31,52,175); }
H1.HeaderClassName
{
color: #1F34AF;
}
.AnyTagClassName
{
color: #1F34AF;
}
</style>
background-color css
<style>
a { background-color: #1F34AF; }
a { background-color: rgb(31,52,175); }
div.DivClassName
{
background-color: #1F34AF;
}
.BgClassName
{
background-color: #1F34AF;
}
</style>
border-color css
<style>
span { border-color: #1F34AF; }
span { border-color: rgb(31,52,175); }
td.TdClassName
{
border-color: #1F34AF;
}
.TagClassName
{
border-color: #1F34AF;
}
</style>