Shades of Persian Blue #3215CE
Tints of Persian Blue #3215CE
RGB
CMYK
RGB Variations
Color information
#3215CE (or 0x3215CE) is known color: Persian Blue. HEX triplet: 32, 15 and CE. RGB value is (50,21,206). Sum of RGB (Red+Green+Blue) = 50+21+206=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 206 (80.86% from 255 or 74.37% from 277); Max value from RGB is 206 - color contains mainly: blue. Hex color #3215CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3215CE is #CDEA31. Grayscale: #323232. Windows color (decimal): -13494834 or 13505842. OLE color: 13505842.
HSL color Cylindrical-coordinate representation of color #3215CE: hue angle of 249.41º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3215CE is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 21 | 206 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.19 |
| HSL | 249.41º | 0.81% | 0.45% | - |
| HSV(B) | 249.41º | 0.9% | 0.81% | - |
| XYZ | 12.72 | 5.67 | 58.82 | - |
| YUV | 50.76 | 215.61 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 206 | 0.76 | 0.90 | 0 | 0.19 | 249.41 | 0.81 | 0.45 |
| Hex | 32 | 15 | CE | 4C | 5A | 0 | 13 | F9 | 51 | 2D |
| Octal | 62 | 25 | 316 | 114 | 132 | 0 | 23 | 371 | 121 | 55 |
| Binary | 110010 | 10101 | 11001110 | 1001100 | 1011010 | 0 | 10011 | 11111001 | 1010001 | 101101 |
Color Harmonies of #3215CE
Complementary color
Monochromatic Colors of #3215CE
Black with #3215CE
Text Example
Text Example
White with #3215CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3215CE; }
p { color: rgb(50,21,206); }
H1.HeaderClassName
{
color: #3215CE;
}
.AnyTagClassName
{
color: #3215CE;
}
</style>
background-color css
<style>
a { background-color: #3215CE; }
a { background-color: rgb(50,21,206); }
div.DivClassName
{
background-color: #3215CE;
}
.BgClassName
{
background-color: #3215CE;
}
</style>
border-color css
<style>
span { border-color: #3215CE; }
span { border-color: rgb(50,21,206); }
td.TdClassName
{
border-color: #3215CE;
}
.TagClassName
{
border-color: #3215CE;
}
</style>