Shades of Persian Blue #3317BA
Tints of Persian Blue #3317BA
RGB
CMYK
RGB Variations
Color information
#3317BA (or 0x3317BA) is known color: Persian Blue. HEX triplet: 33, 17 and BA. RGB value is (51,23,186). Sum of RGB (Red+Green+Blue) = 51+23+186=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #3317BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3317BA is #CCE845. Grayscale: #313131. Windows color (decimal): -13428806 or 12195635. OLE color: 12195635.
HSL color Cylindrical-coordinate representation of color #3317BA: hue angle of 250.31º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3317BA is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 23 | 186 | - |
| CMYK | 0.73 | 0.88 | 0 | 0.27 |
| HSL | 250.31º | 0.78% | 0.41% | - |
| HSV(B) | 250.31º | 0.88% | 0.73% | - |
| XYZ | 10.53 | 4.86 | 46.84 | - |
| YUV | 49.95 | 204.78 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 23 | 186 | 0.73 | 0.88 | 0 | 0.27 | 250.31 | 0.78 | 0.41 |
| Hex | 33 | 17 | BA | 49 | 58 | 0 | 1B | FA | 4E | 29 |
| Octal | 63 | 27 | 272 | 111 | 130 | 0 | 33 | 372 | 116 | 51 |
| Binary | 110011 | 10111 | 10111010 | 1001001 | 1011000 | 0 | 11011 | 11111010 | 1001110 | 101001 |
Color Harmonies of #3317BA
Complementary color
Monochromatic Colors of #3317BA
Black with #3317BA
Text Example
Text Example
White with #3317BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3317BA; }
p { color: rgb(51,23,186); }
H1.HeaderClassName
{
color: #3317BA;
}
.AnyTagClassName
{
color: #3317BA;
}
</style>
background-color css
<style>
a { background-color: #3317BA; }
a { background-color: rgb(51,23,186); }
div.DivClassName
{
background-color: #3317BA;
}
.BgClassName
{
background-color: #3317BA;
}
</style>
border-color css
<style>
span { border-color: #3317BA; }
span { border-color: rgb(51,23,186); }
td.TdClassName
{
border-color: #3317BA;
}
.TagClassName
{
border-color: #3317BA;
}
</style>