Shades of Persian Blue #3215BC
Tints of Persian Blue #3215BC
RGB
CMYK
RGB Variations
Color information
#3215BC (or 0x3215BC) is known color: Persian Blue. HEX triplet: 32, 15 and BC. RGB value is (50,21,188). Sum of RGB (Red+Green+Blue) = 50+21+188=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 188 (73.83% from 255 or 72.59% from 259); Max value from RGB is 188 - color contains mainly: blue. Hex color #3215BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3215BC is #CDEA43. Grayscale: #303030. Windows color (decimal): -13494852 or 12326194. OLE color: 12326194.
HSL color Cylindrical-coordinate representation of color #3215BC: hue angle of 250.42º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3215BC is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 50 | 21 | 188 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.26 |
| HSL | 250.42º | 0.8% | 0.41% | - |
| HSV(B) | 250.42º | 0.89% | 0.74% | - |
| XYZ | 10.66 | 4.85 | 47.95 | - |
| YUV | 48.71 | 206.61 | 128.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 188 | 0.73 | 0.89 | 0 | 0.26 | 250.42 | 0.8 | 0.41 |
| Hex | 32 | 15 | BC | 49 | 59 | 0 | 1A | FA | 50 | 29 |
| Octal | 62 | 25 | 274 | 111 | 131 | 0 | 32 | 372 | 120 | 51 |
| Binary | 110010 | 10101 | 10111100 | 1001001 | 1011001 | 0 | 11010 | 11111010 | 1010000 | 101001 |
Color Harmonies of #3215BC
Complementary color
Monochromatic Colors of #3215BC
Black with #3215BC
Text Example
Text Example
White with #3215BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3215BC; }
p { color: rgb(50,21,188); }
H1.HeaderClassName
{
color: #3215BC;
}
.AnyTagClassName
{
color: #3215BC;
}
</style>
background-color css
<style>
a { background-color: #3215BC; }
a { background-color: rgb(50,21,188); }
div.DivClassName
{
background-color: #3215BC;
}
.BgClassName
{
background-color: #3215BC;
}
</style>
border-color css
<style>
span { border-color: #3215BC; }
span { border-color: rgb(50,21,188); }
td.TdClassName
{
border-color: #3215BC;
}
.TagClassName
{
border-color: #3215BC;
}
</style>