Shades of Persian Blue #331BB1
Tints of Persian Blue #331BB1
RGB
CMYK
RGB Variations
Color information
#331BB1 (or 0x331BB1) is known color: Persian Blue. HEX triplet: 33, 1B and B1. RGB value is (51,27,177). Sum of RGB (Red+Green+Blue) = 51+27+177=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 177 (69.53% from 255 or 69.41% from 255); Max value from RGB is 177 - color contains mainly: blue. Hex color #331BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #331BB1 is #CCE44E. Grayscale: #323232. Windows color (decimal): -13427791 or 11606835. OLE color: 11606835.
HSL color Cylindrical-coordinate representation of color #331BB1: hue angle of 249.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #331BB1 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 51 | 27 | 177 | - |
| CMYK | 0.71 | 0.85 | 0 | 0.31 |
| HSL | 249.6º | 0.74% | 0.4% | - |
| HSV(B) | 249.6º | 0.85% | 0.69% | - |
| XYZ | 9.69 | 4.66 | 41.98 | - |
| YUV | 51.28 | 198.95 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 27 | 177 | 0.71 | 0.85 | 0 | 0.31 | 249.6 | 0.74 | 0.4 |
| Hex | 33 | 1B | B1 | 47 | 55 | 0 | 1F | FA | 4A | 28 |
| Octal | 63 | 33 | 261 | 107 | 125 | 0 | 37 | 372 | 112 | 50 |
| Binary | 110011 | 11011 | 10110001 | 1000111 | 1010101 | 0 | 11111 | 11111010 | 1001010 | 101000 |
Color Harmonies of #331BB1
Complementary color
Monochromatic Colors of #331BB1
Black with #331BB1
Text Example
Text Example
White with #331BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331BB1; }
p { color: rgb(51,27,177); }
H1.HeaderClassName
{
color: #331BB1;
}
.AnyTagClassName
{
color: #331BB1;
}
</style>
background-color css
<style>
a { background-color: #331BB1; }
a { background-color: rgb(51,27,177); }
div.DivClassName
{
background-color: #331BB1;
}
.BgClassName
{
background-color: #331BB1;
}
</style>
border-color css
<style>
span { border-color: #331BB1; }
span { border-color: rgb(51,27,177); }
td.TdClassName
{
border-color: #331BB1;
}
.TagClassName
{
border-color: #331BB1;
}
</style>