Shades of Persian Blue #3217B7
Tints of Persian Blue #3217B7
RGB
CMYK
RGB Variations
Color information
#3217B7 (or 0x3217B7) is known color: Persian Blue. HEX triplet: 32, 17 and B7. RGB value is (50,23,183). Sum of RGB (Red+Green+Blue) = 50+23+183=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 183 (71.88% from 255 or 71.48% from 256); Max value from RGB is 183 - color contains mainly: blue. Hex color #3217B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3217B7 is #CDE848. Grayscale: #303030. Windows color (decimal): -13494345 or 11999026. OLE color: 11999026.
HSL color Cylindrical-coordinate representation of color #3217B7: hue angle of 250.12º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3217B7 is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 23 | 183 | - |
| CMYK | 0.73 | 0.87 | 0 | 0.28 |
| HSL | 250.13º | 0.78% | 0.4% | - |
| HSV(B) | 250.13º | 0.87% | 0.72% | - |
| XYZ | 10.17 | 4.71 | 45.17 | - |
| YUV | 49.31 | 203.45 | 128.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 183 | 0.73 | 0.87 | 0 | 0.28 | 250.13 | 0.78 | 0.4 |
| Hex | 32 | 17 | B7 | 49 | 57 | 0 | 1C | FA | 4E | 28 |
| Octal | 62 | 27 | 267 | 111 | 127 | 0 | 34 | 372 | 116 | 50 |
| Binary | 110010 | 10111 | 10110111 | 1001001 | 1010111 | 0 | 11100 | 11111010 | 1001110 | 101000 |
Color Harmonies of #3217B7
Complementary color
Monochromatic Colors of #3217B7
Black with #3217B7
Text Example
Text Example
White with #3217B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3217B7; }
p { color: rgb(50,23,183); }
H1.HeaderClassName
{
color: #3217B7;
}
.AnyTagClassName
{
color: #3217B7;
}
</style>
background-color css
<style>
a { background-color: #3217B7; }
a { background-color: rgb(50,23,183); }
div.DivClassName
{
background-color: #3217B7;
}
.BgClassName
{
background-color: #3217B7;
}
</style>
border-color css
<style>
span { border-color: #3217B7; }
span { border-color: rgb(50,23,183); }
td.TdClassName
{
border-color: #3217B7;
}
.TagClassName
{
border-color: #3217B7;
}
</style>