Shades of Persian Blue #3315BA
Tints of Persian Blue #3315BA
RGB
CMYK
RGB Variations
Color information
#3315BA (or 0x3315BA) is known color: Persian Blue. HEX triplet: 33, 15 and BA. RGB value is (51,21,186). Sum of RGB (Red+Green+Blue) = 51+21+186=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 186 (73.05% from 255 or 72.09% from 258); Max value from RGB is 186 - color contains mainly: blue. Hex color #3315BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3315BA is #CCEA45. Grayscale: #303030. Windows color (decimal): -13429318 or 12195123. OLE color: 12195123.
HSL color Cylindrical-coordinate representation of color #3315BA: hue angle of 250.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3315BA is Cyan = 0.73, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 21 | 186 | - |
| CMYK | 0.73 | 0.89 | 0 | 0.27 |
| HSL | 250.91º | 0.8% | 0.41% | - |
| HSV(B) | 250.91º | 0.89% | 0.73% | - |
| XYZ | 10.5 | 4.79 | 46.82 | - |
| YUV | 48.78 | 205.44 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 21 | 186 | 0.73 | 0.89 | 0 | 0.27 | 250.91 | 0.8 | 0.41 |
| Hex | 33 | 15 | BA | 49 | 59 | 0 | 1B | FB | 50 | 29 |
| Octal | 63 | 25 | 272 | 111 | 131 | 0 | 33 | 373 | 120 | 51 |
| Binary | 110011 | 10101 | 10111010 | 1001001 | 1011001 | 0 | 11011 | 11111011 | 1010000 | 101001 |
Color Harmonies of #3315BA
Complementary color
Monochromatic Colors of #3315BA
Black with #3315BA
Text Example
Text Example
White with #3315BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3315BA; }
p { color: rgb(51,21,186); }
H1.HeaderClassName
{
color: #3315BA;
}
.AnyTagClassName
{
color: #3315BA;
}
</style>
background-color css
<style>
a { background-color: #3315BA; }
a { background-color: rgb(51,21,186); }
div.DivClassName
{
background-color: #3315BA;
}
.BgClassName
{
background-color: #3315BA;
}
</style>
border-color css
<style>
span { border-color: #3315BA; }
span { border-color: rgb(51,21,186); }
td.TdClassName
{
border-color: #3315BA;
}
.TagClassName
{
border-color: #3315BA;
}
</style>