Shades of Persian Blue #3215C1
Tints of Persian Blue #3215C1
RGB
CMYK
RGB Variations
Color information
#3215C1 (or 0x3215C1) is known color: Persian Blue. HEX triplet: 32, 15 and C1. RGB value is (50,21,193). Sum of RGB (Red+Green+Blue) = 50+21+193=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 193 (75.78% from 255 or 73.11% from 264); Max value from RGB is 193 - color contains mainly: blue. Hex color #3215C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3215C1 is #CDEA3E. Grayscale: #303030. Windows color (decimal): -13494847 or 12653874. OLE color: 12653874.
HSL color Cylindrical-coordinate representation of color #3215C1: hue angle of 250.12º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3215C1 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 50 | 21 | 193 | - |
| CMYK | 0.74 | 0.89 | 0 | 0.24 |
| HSL | 250.12º | 0.8% | 0.42% | - |
| HSV(B) | 250.12º | 0.89% | 0.76% | - |
| XYZ | 11.21 | 5.06 | 50.84 | - |
| YUV | 49.28 | 209.11 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 193 | 0.74 | 0.89 | 0 | 0.24 | 250.12 | 0.8 | 0.42 |
| Hex | 32 | 15 | C1 | 4A | 59 | 0 | 18 | FA | 50 | 2A |
| Octal | 62 | 25 | 301 | 112 | 131 | 0 | 30 | 372 | 120 | 52 |
| Binary | 110010 | 10101 | 11000001 | 1001010 | 1011001 | 0 | 11000 | 11111010 | 1010000 | 101010 |
Color Harmonies of #3215C1
Complementary color
Monochromatic Colors of #3215C1
Black with #3215C1
Text Example
Text Example
White with #3215C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3215C1; }
p { color: rgb(50,21,193); }
H1.HeaderClassName
{
color: #3215C1;
}
.AnyTagClassName
{
color: #3215C1;
}
</style>
background-color css
<style>
a { background-color: #3215C1; }
a { background-color: rgb(50,21,193); }
div.DivClassName
{
background-color: #3215C1;
}
.BgClassName
{
background-color: #3215C1;
}
</style>
border-color css
<style>
span { border-color: #3215C1; }
span { border-color: rgb(50,21,193); }
td.TdClassName
{
border-color: #3215C1;
}
.TagClassName
{
border-color: #3215C1;
}
</style>