Shades of Persian Blue #1F33DD
Tints of Persian Blue #1F33DD
RGB
CMYK
RGB Variations
Color information
#1F33DD (or 0x1F33DD) is known color: Persian Blue. HEX triplet: 1F, 33 and DD. RGB value is (31,51,221). Sum of RGB (Red+Green+Blue) = 31+51+221=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 221 (86.72% from 255 or 72.94% from 303); Max value from RGB is 221 - color contains mainly: blue. Hex color #1F33DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F33DD is #E0CC22. Grayscale: #3F3F3F. Windows color (decimal): -14732323 or 14496543. OLE color: 14496543.
HSL color Cylindrical-coordinate representation of color #1F33DD: hue angle of 233.68º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F33DD is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 31 | 51 | 221 | - |
| CMYK | 0.86 | 0.77 | 0 | 0.13 |
| HSL | 233.68º | 0.75% | 0.49% | - |
| HSV(B) | 233.68º | 0.86% | 0.87% | - |
| XYZ | 14.8 | 7.88 | 69.15 | - |
| YUV | 64.4 | 216.37 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 221 | 0.86 | 0.77 | 0 | 0.13 | 233.68 | 0.75 | 0.49 |
| Hex | 1F | 33 | DD | 56 | 4D | 0 | D | EA | 4B | 31 |
| Octal | 37 | 63 | 335 | 126 | 115 | 0 | 15 | 352 | 113 | 61 |
| Binary | 11111 | 110011 | 11011101 | 1010110 | 1001101 | 0 | 1101 | 11101010 | 1001011 | 110001 |
Color Harmonies of #1F33DD
Complementary color
Monochromatic Colors of #1F33DD
Black with #1F33DD
Text Example
Text Example
White with #1F33DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F33DD; }
p { color: rgb(31,51,221); }
H1.HeaderClassName
{
color: #1F33DD;
}
.AnyTagClassName
{
color: #1F33DD;
}
</style>
background-color css
<style>
a { background-color: #1F33DD; }
a { background-color: rgb(31,51,221); }
div.DivClassName
{
background-color: #1F33DD;
}
.BgClassName
{
background-color: #1F33DD;
}
</style>
border-color css
<style>
span { border-color: #1F33DD; }
span { border-color: rgb(31,51,221); }
td.TdClassName
{
border-color: #1F33DD;
}
.TagClassName
{
border-color: #1F33DD;
}
</style>