Shades of Persian Blue #3317CB
Tints of Persian Blue #3317CB
RGB
CMYK
RGB Variations
Color information
#3317CB (or 0x3317CB) is known color: Persian Blue. HEX triplet: 33, 17 and CB. RGB value is (51,23,203). Sum of RGB (Red+Green+Blue) = 51+23+203=277 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.41% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 203 (79.69% from 255 or 73.29% from 277); Max value from RGB is 203 - color contains mainly: blue. Hex color #3317CB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3317CB is #CCE834. Grayscale: #333333. Windows color (decimal): -13428789 or 13309747. OLE color: 13309747.
HSL color Cylindrical-coordinate representation of color #3317CB: hue angle of 249.33º 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 #3317CB is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 51 | 23 | 203 | - |
| CMYK | 0.75 | 0.89 | 0 | 0.20 |
| HSL | 249.33º | 0.8% | 0.44% | - |
| HSV(B) | 249.33º | 0.89% | 0.8% | - |
| XYZ | 12.45 | 5.63 | 56.93 | - |
| YUV | 51.89 | 213.28 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 23 | 203 | 0.75 | 0.89 | 0 | 0.20 | 249.33 | 0.8 | 0.44 |
| Hex | 33 | 17 | CB | 4B | 59 | 0 | 14 | F9 | 50 | 2C |
| Octal | 63 | 27 | 313 | 113 | 131 | 0 | 24 | 371 | 120 | 54 |
| Binary | 110011 | 10111 | 11001011 | 1001011 | 1011001 | 0 | 10100 | 11111001 | 1010000 | 101100 |
Color Harmonies of #3317CB
Complementary color
Monochromatic Colors of #3317CB
Black with #3317CB
Text Example
Text Example
White with #3317CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3317CB; }
p { color: rgb(51,23,203); }
H1.HeaderClassName
{
color: #3317CB;
}
.AnyTagClassName
{
color: #3317CB;
}
</style>
background-color css
<style>
a { background-color: #3317CB; }
a { background-color: rgb(51,23,203); }
div.DivClassName
{
background-color: #3317CB;
}
.BgClassName
{
background-color: #3317CB;
}
</style>
border-color css
<style>
span { border-color: #3317CB; }
span { border-color: rgb(51,23,203); }
td.TdClassName
{
border-color: #3317CB;
}
.TagClassName
{
border-color: #3317CB;
}
</style>