Shades of Persian Blue #3215CC
Tints of Persian Blue #3215CC
RGB
CMYK
RGB Variations
Color information
#3215CC (or 0x3215CC) is known color: Persian Blue. HEX triplet: 32, 15 and CC. RGB value is (50,21,204). Sum of RGB (Red+Green+Blue) = 50+21+204=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 204 (80.08% from 255 or 74.18% from 275); Max value from RGB is 204 - color contains mainly: blue. Hex color #3215CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3215CC is #CDEA33. Grayscale: #313131. Windows color (decimal): -13494836 or 13374770. OLE color: 13374770.
HSL color Cylindrical-coordinate representation of color #3215CC: hue angle of 249.51º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3215CC is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 21 | 204 | - |
| CMYK | 0.75 | 0.90 | 0 | 0.2 |
| HSL | 249.51º | 0.81% | 0.44% | - |
| HSV(B) | 249.51º | 0.9% | 0.8% | - |
| XYZ | 12.48 | 5.57 | 57.54 | - |
| YUV | 50.53 | 214.61 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 21 | 204 | 0.75 | 0.90 | 0 | 0.2 | 249.51 | 0.81 | 0.44 |
| Hex | 32 | 15 | CC | 4B | 5A | 0 | 14 | FA | 51 | 2C |
| Octal | 62 | 25 | 314 | 113 | 132 | 0 | 24 | 372 | 121 | 54 |
| Binary | 110010 | 10101 | 11001100 | 1001011 | 1011010 | 0 | 10100 | 11111010 | 1010001 | 101100 |
Color Harmonies of #3215CC
Complementary color
Monochromatic Colors of #3215CC
Black with #3215CC
Text Example
Text Example
White with #3215CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3215CC; }
p { color: rgb(50,21,204); }
H1.HeaderClassName
{
color: #3215CC;
}
.AnyTagClassName
{
color: #3215CC;
}
</style>
background-color css
<style>
a { background-color: #3215CC; }
a { background-color: rgb(50,21,204); }
div.DivClassName
{
background-color: #3215CC;
}
.BgClassName
{
background-color: #3215CC;
}
</style>
border-color css
<style>
span { border-color: #3215CC; }
span { border-color: rgb(50,21,204); }
td.TdClassName
{
border-color: #3215CC;
}
.TagClassName
{
border-color: #3215CC;
}
</style>