Shades of Persian Blue #3313BB
Tints of Persian Blue #3313BB
RGB
CMYK
RGB Variations
Color information
#3313BB (or 0x3313BB) is known color: Persian Blue. HEX triplet: 33, 13 and BB. RGB value is (51,19,187). Sum of RGB (Red+Green+Blue) = 51+19+187=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 19 (7.81% from 255 or 7.39% from 257); Blue value is 187 (73.44% from 255 or 72.76% from 257); Max value from RGB is 187 - color contains mainly: blue. Hex color #3313BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3313BB is #CCEC44. Grayscale: #2F2F2F. Windows color (decimal): -13429829 or 12260147. OLE color: 12260147.
HSL color Cylindrical-coordinate representation of color #3313BB: hue angle of 251.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3313BB is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 19 | 187 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.27 |
| HSL | 251.43º | 0.82% | 0.4% | - |
| HSV(B) | 251.43º | 0.9% | 0.73% | - |
| XYZ | 10.57 | 4.76 | 47.38 | - |
| YUV | 47.72 | 206.6 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 187 | 0.73 | 0.90 | 0 | 0.27 | 251.43 | 0.82 | 0.4 |
| Hex | 33 | 13 | BB | 49 | 5A | 0 | 1B | FB | 52 | 28 |
| Octal | 63 | 23 | 273 | 111 | 132 | 0 | 33 | 373 | 122 | 50 |
| Binary | 110011 | 10011 | 10111011 | 1001001 | 1011010 | 0 | 11011 | 11111011 | 1010010 | 101000 |
Color Harmonies of #3313BB
Complementary color
Monochromatic Colors of #3313BB
Black with #3313BB
Text Example
Text Example
White with #3313BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3313BB; }
p { color: rgb(51,19,187); }
H1.HeaderClassName
{
color: #3313BB;
}
.AnyTagClassName
{
color: #3313BB;
}
</style>
background-color css
<style>
a { background-color: #3313BB; }
a { background-color: rgb(51,19,187); }
div.DivClassName
{
background-color: #3313BB;
}
.BgClassName
{
background-color: #3313BB;
}
</style>
border-color css
<style>
span { border-color: #3313BB; }
span { border-color: rgb(51,19,187); }
td.TdClassName
{
border-color: #3313BB;
}
.TagClassName
{
border-color: #3313BB;
}
</style>