Shades of Persian Blue #3133DF
Tints of Persian Blue #3133DF
RGB
CMYK
RGB Variations
Color information
#3133DF (or 0x3133DF) is known color: Persian Blue. HEX triplet: 31, 33 and DF. RGB value is (49,51,223). Sum of RGB (Red+Green+Blue) = 49+51+223=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #3133DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3133DF is #CECC20. Grayscale: #454545. Windows color (decimal): -13552673 or 14627633. OLE color: 14627633.
HSL color Cylindrical-coordinate representation of color #3133DF: hue angle of 239.31º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3133DF is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 49 | 51 | 223 | - |
| CMYK | 0.78 | 0.77 | 0 | 0.13 |
| HSL | 239.31º | 0.73% | 0.53% | - |
| HSV(B) | 239.31º | 0.78% | 0.87% | - |
| XYZ | 15.77 | 8.35 | 70.59 | - |
| YUV | 70.01 | 214.34 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 51 | 223 | 0.78 | 0.77 | 0 | 0.13 | 239.31 | 0.73 | 0.53 |
| Hex | 31 | 33 | DF | 4E | 4D | 0 | D | EF | 49 | 35 |
| Octal | 61 | 63 | 337 | 116 | 115 | 0 | 15 | 357 | 111 | 65 |
| Binary | 110001 | 110011 | 11011111 | 1001110 | 1001101 | 0 | 1101 | 11101111 | 1001001 | 110101 |
Color Harmonies of #3133DF
Complementary color
Monochromatic Colors of #3133DF
Black with #3133DF
Text Example
Text Example
White with #3133DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3133DF; }
p { color: rgb(49,51,223); }
H1.HeaderClassName
{
color: #3133DF;
}
.AnyTagClassName
{
color: #3133DF;
}
</style>
background-color css
<style>
a { background-color: #3133DF; }
a { background-color: rgb(49,51,223); }
div.DivClassName
{
background-color: #3133DF;
}
.BgClassName
{
background-color: #3133DF;
}
</style>
border-color css
<style>
span { border-color: #3133DF; }
span { border-color: rgb(49,51,223); }
td.TdClassName
{
border-color: #3133DF;
}
.TagClassName
{
border-color: #3133DF;
}
</style>