Shades of Persian Blue #1F33CE
Tints of Persian Blue #1F33CE
RGB
CMYK
RGB Variations
Color information
#1F33CE (or 0x1F33CE) is known color: Persian Blue. HEX triplet: 1F, 33 and CE. RGB value is (31,51,206). Sum of RGB (Red+Green+Blue) = 31+51+206=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 51 (20.31% from 255 or 17.71% from 288); Blue value is 206 (80.86% from 255 or 71.53% from 288); Max value from RGB is 206 - color contains mainly: blue. Hex color #1F33CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F33CE is #E0CC31. Grayscale: #3E3E3E. Windows color (decimal): -14732338 or 13513503. OLE color: 13513503.
HSL color Cylindrical-coordinate representation of color #1F33CE: hue angle of 233.14º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F33CE is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 51 | 206 | - |
| CMYK | 0.85 | 0.75 | 0 | 0.19 |
| HSL | 233.14º | 0.74% | 0.46% | - |
| HSV(B) | 233.14º | 0.85% | 0.81% | - |
| XYZ | 12.89 | 7.12 | 59.09 | - |
| YUV | 62.69 | 208.87 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 206 | 0.85 | 0.75 | 0 | 0.19 | 233.14 | 0.74 | 0.46 |
| Hex | 1F | 33 | CE | 55 | 4B | 0 | 13 | E9 | 4A | 2E |
| Octal | 37 | 63 | 316 | 125 | 113 | 0 | 23 | 351 | 112 | 56 |
| Binary | 11111 | 110011 | 11001110 | 1010101 | 1001011 | 0 | 10011 | 11101001 | 1001010 | 101110 |
Color Harmonies of #1F33CE
Complementary color
Monochromatic Colors of #1F33CE
Black with #1F33CE
Text Example
Text Example
White with #1F33CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F33CE; }
p { color: rgb(31,51,206); }
H1.HeaderClassName
{
color: #1F33CE;
}
.AnyTagClassName
{
color: #1F33CE;
}
</style>
background-color css
<style>
a { background-color: #1F33CE; }
a { background-color: rgb(31,51,206); }
div.DivClassName
{
background-color: #1F33CE;
}
.BgClassName
{
background-color: #1F33CE;
}
</style>
border-color css
<style>
span { border-color: #1F33CE; }
span { border-color: rgb(31,51,206); }
td.TdClassName
{
border-color: #1F33CE;
}
.TagClassName
{
border-color: #1F33CE;
}
</style>