Shades of Persian Blue #3317BD
Tints of Persian Blue #3317BD
RGB
CMYK
RGB Variations
Color information
#3317BD (or 0x3317BD) is known color: Persian Blue. HEX triplet: 33, 17 and BD. RGB value is (51,23,189). Sum of RGB (Red+Green+Blue) = 51+23+189=263 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.39% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 189 (74.22% from 255 or 71.86% from 263); Max value from RGB is 189 - color contains mainly: blue. Hex color #3317BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3317BD is #CCE842. Grayscale: #313131. Windows color (decimal): -13428803 or 12392243. OLE color: 12392243.
HSL color Cylindrical-coordinate representation of color #3317BD: hue angle of 250.12º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3317BD is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 23 | 189 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.26 |
| HSL | 250.12º | 0.78% | 0.42% | - |
| HSV(B) | 250.12º | 0.88% | 0.74% | - |
| XYZ | 10.86 | 4.99 | 48.54 | - |
| YUV | 50.3 | 206.28 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 23 | 189 | 0.73 | 0.88 | 0 | 0.26 | 250.12 | 0.78 | 0.42 |
| Hex | 33 | 17 | BD | 49 | 58 | 0 | 1A | FA | 4E | 2A |
| Octal | 63 | 27 | 275 | 111 | 130 | 0 | 32 | 372 | 116 | 52 |
| Binary | 110011 | 10111 | 10111101 | 1001001 | 1011000 | 0 | 11010 | 11111010 | 1001110 | 101010 |
Color Harmonies of #3317BD
Complementary color
Monochromatic Colors of #3317BD
Black with #3317BD
Text Example
Text Example
White with #3317BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3317BD; }
p { color: rgb(51,23,189); }
H1.HeaderClassName
{
color: #3317BD;
}
.AnyTagClassName
{
color: #3317BD;
}
</style>
background-color css
<style>
a { background-color: #3317BD; }
a { background-color: rgb(51,23,189); }
div.DivClassName
{
background-color: #3317BD;
}
.BgClassName
{
background-color: #3317BD;
}
</style>
border-color css
<style>
span { border-color: #3317BD; }
span { border-color: rgb(51,23,189); }
td.TdClassName
{
border-color: #3317BD;
}
.TagClassName
{
border-color: #3317BD;
}
</style>