Shades of Persian Blue #3215BB
Tints of Persian Blue #3215BB
RGB
CMYK
RGB Variations
Color information
#3215BB (or 0x3215BB) is known color: Persian Blue. HEX triplet: 32, 15 and BB. RGB value is (50,21,187). Sum of RGB (Red+Green+Blue) = 50+21+187=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 187 (73.44% from 255 or 72.48% from 258); Max value from RGB is 187 - color contains mainly: blue. Hex color #3215BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3215BB is #CDEA44. Grayscale: #2F2F2F. Windows color (decimal): -13494853 or 12260658. OLE color: 12260658.
HSL color Cylindrical-coordinate representation of color #3215BB: hue angle of 250.48º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3215BB is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 21 | 187 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.27 |
| HSL | 250.48º | 0.8% | 0.41% | - |
| HSV(B) | 250.48º | 0.89% | 0.73% | - |
| XYZ | 10.55 | 4.8 | 47.38 | - |
| YUV | 48.6 | 206.11 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 187 | 0.73 | 0.89 | 0 | 0.27 | 250.48 | 0.8 | 0.41 |
| Hex | 32 | 15 | BB | 49 | 59 | 0 | 1B | FA | 50 | 29 |
| Octal | 62 | 25 | 273 | 111 | 131 | 0 | 33 | 372 | 120 | 51 |
| Binary | 110010 | 10101 | 10111011 | 1001001 | 1011001 | 0 | 11011 | 11111010 | 1010000 | 101001 |
Color Harmonies of #3215BB
Complementary color
Monochromatic Colors of #3215BB
Black with #3215BB
Text Example
Text Example
White with #3215BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3215BB; }
p { color: rgb(50,21,187); }
H1.HeaderClassName
{
color: #3215BB;
}
.AnyTagClassName
{
color: #3215BB;
}
</style>
background-color css
<style>
a { background-color: #3215BB; }
a { background-color: rgb(50,21,187); }
div.DivClassName
{
background-color: #3215BB;
}
.BgClassName
{
background-color: #3215BB;
}
</style>
border-color css
<style>
span { border-color: #3215BB; }
span { border-color: rgb(50,21,187); }
td.TdClassName
{
border-color: #3215BB;
}
.TagClassName
{
border-color: #3215BB;
}
</style>