Shades of Persian Blue #3313BD
Tints of Persian Blue #3313BD
RGB
CMYK
RGB Variations
Color information
#3313BD (or 0x3313BD) is known color: Persian Blue. HEX triplet: 33, 13 and BD. RGB value is (51,19,189). Sum of RGB (Red+Green+Blue) = 51+19+189=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 189 (74.22% from 255 or 72.97% from 259); Max value from RGB is 189 - color contains mainly: blue. Hex color #3313BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3313BD is #CCEC42. Grayscale: #2F2F2F. Windows color (decimal): -13429827 or 12391219. OLE color: 12391219.
HSL color Cylindrical-coordinate representation of color #3313BD: hue angle of 251.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3313BD is Cyan = 0.73, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 19 | 189 | - |
| CMYK | 0.73 | 0.90 | 0 | 0.26 |
| HSL | 251.29º | 0.82% | 0.41% | - |
| HSV(B) | 251.29º | 0.9% | 0.74% | - |
| XYZ | 10.78 | 4.84 | 48.51 | - |
| YUV | 47.95 | 207.6 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 19 | 189 | 0.73 | 0.90 | 0 | 0.26 | 251.29 | 0.82 | 0.41 |
| Hex | 33 | 13 | BD | 49 | 5A | 0 | 1A | FB | 52 | 29 |
| Octal | 63 | 23 | 275 | 111 | 132 | 0 | 32 | 373 | 122 | 51 |
| Binary | 110011 | 10011 | 10111101 | 1001001 | 1011010 | 0 | 11010 | 11111011 | 1010010 | 101001 |
Color Harmonies of #3313BD
Complementary color
Monochromatic Colors of #3313BD
Black with #3313BD
Text Example
Text Example
White with #3313BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3313BD; }
p { color: rgb(51,19,189); }
H1.HeaderClassName
{
color: #3313BD;
}
.AnyTagClassName
{
color: #3313BD;
}
</style>
background-color css
<style>
a { background-color: #3313BD; }
a { background-color: rgb(51,19,189); }
div.DivClassName
{
background-color: #3313BD;
}
.BgClassName
{
background-color: #3313BD;
}
</style>
border-color css
<style>
span { border-color: #3313BD; }
span { border-color: rgb(51,19,189); }
td.TdClassName
{
border-color: #3313BD;
}
.TagClassName
{
border-color: #3313BD;
}
</style>