Shades of Persian Blue #1F31B3
Tints of Persian Blue #1F31B3
RGB
CMYK
RGB Variations
Color information
#1F31B3 (or 0x1F31B3) is known color: Persian Blue. HEX triplet: 1F, 31 and B3. RGB value is (31,49,179). Sum of RGB (Red+Green+Blue) = 31+49+179=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 179 (70.31% from 255 or 69.11% from 259); Max value from RGB is 179 - color contains mainly: blue. Hex color #1F31B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F31B3 is #E0CE4C. Grayscale: #393939. Windows color (decimal): -14732877 or 11743519. OLE color: 11743519.
HSL color Cylindrical-coordinate representation of color #1F31B3: hue angle of 232.7º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F31B3 is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 49 | 179 | - |
| CMYK | 0.83 | 0.73 | 0 | 0.30 |
| HSL | 232.7º | 0.7% | 0.41% | - |
| HSV(B) | 232.7º | 0.83% | 0.7% | - |
| XYZ | 9.8 | 5.74 | 43.24 | - |
| YUV | 58.44 | 196.04 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 179 | 0.83 | 0.73 | 0 | 0.30 | 232.7 | 0.7 | 0.41 |
| Hex | 1F | 31 | B3 | 53 | 49 | 0 | 1E | E9 | 46 | 29 |
| Octal | 37 | 61 | 263 | 123 | 111 | 0 | 36 | 351 | 106 | 51 |
| Binary | 11111 | 110001 | 10110011 | 1010011 | 1001001 | 0 | 11110 | 11101001 | 1000110 | 101001 |
Color Harmonies of #1F31B3
Complementary color
Monochromatic Colors of #1F31B3
Black with #1F31B3
Text Example
Text Example
White with #1F31B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F31B3; }
p { color: rgb(31,49,179); }
H1.HeaderClassName
{
color: #1F31B3;
}
.AnyTagClassName
{
color: #1F31B3;
}
</style>
background-color css
<style>
a { background-color: #1F31B3; }
a { background-color: rgb(31,49,179); }
div.DivClassName
{
background-color: #1F31B3;
}
.BgClassName
{
background-color: #1F31B3;
}
</style>
border-color css
<style>
span { border-color: #1F31B3; }
span { border-color: rgb(31,49,179); }
td.TdClassName
{
border-color: #1F31B3;
}
.TagClassName
{
border-color: #1F31B3;
}
</style>