Shades of Persian Blue #3217CB
Tints of Persian Blue #3217CB
RGB
CMYK
RGB Variations
Color information
#3217CB (or 0x3217CB) is known color: Persian Blue. HEX triplet: 32, 17 and CB. RGB value is (50,23,203). Sum of RGB (Red+Green+Blue) = 50+23+203=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 203 (79.69% from 255 or 73.55% from 276); Max value from RGB is 203 - color contains mainly: blue. Hex color #3217CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3217CB is #CDE834. Grayscale: #323232. Windows color (decimal): -13494325 or 13309746. OLE color: 13309746.
HSL color Cylindrical-coordinate representation of color #3217CB: hue angle of 249º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3217CB is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 23 | 203 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.20 |
| HSL | 249º | 0.8% | 0.44% | - |
| HSV(B) | 249º | 0.89% | 0.8% | - |
| XYZ | 12.4 | 5.6 | 56.93 | - |
| YUV | 51.59 | 213.45 | 126.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 203 | 0.75 | 0.89 | 0 | 0.20 | 249 | 0.8 | 0.44 |
| Hex | 32 | 17 | CB | 4B | 59 | 0 | 14 | F9 | 50 | 2C |
| Octal | 62 | 27 | 313 | 113 | 131 | 0 | 24 | 371 | 120 | 54 |
| Binary | 110010 | 10111 | 11001011 | 1001011 | 1011001 | 0 | 10100 | 11111001 | 1010000 | 101100 |
Color Harmonies of #3217CB
Complementary color
Monochromatic Colors of #3217CB
Black with #3217CB
Text Example
Text Example
White with #3217CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3217CB; }
p { color: rgb(50,23,203); }
H1.HeaderClassName
{
color: #3217CB;
}
.AnyTagClassName
{
color: #3217CB;
}
</style>
background-color css
<style>
a { background-color: #3217CB; }
a { background-color: rgb(50,23,203); }
div.DivClassName
{
background-color: #3217CB;
}
.BgClassName
{
background-color: #3217CB;
}
</style>
border-color css
<style>
span { border-color: #3217CB; }
span { border-color: rgb(50,23,203); }
td.TdClassName
{
border-color: #3217CB;
}
.TagClassName
{
border-color: #3217CB;
}
</style>