Shades of Persian Blue #331DBB
Tints of Persian Blue #331DBB
RGB
CMYK
RGB Variations
Color information
#331DBB (or 0x331DBB) is known color: Persian Blue. HEX triplet: 33, 1D and BB. RGB value is (51,29,187). Sum of RGB (Red+Green+Blue) = 51+29+187=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 187 (73.44% from 255 or 70.04% from 267); Max value from RGB is 187 - color contains mainly: blue. Hex color #331DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #331DBB is #CCE244. Grayscale: #343434. Windows color (decimal): -13427269 or 12262707. OLE color: 12262707.
HSL color Cylindrical-coordinate representation of color #331DBB: hue angle of 248.35º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #331DBB is Cyan = 0.73, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 29 | 187 | - |
| CMYK | 0.73 | 0.84 | 0 | 0.27 |
| HSL | 248.35º | 0.73% | 0.42% | - |
| HSV(B) | 248.35º | 0.84% | 0.73% | - |
| XYZ | 10.77 | 5.17 | 47.44 | - |
| YUV | 53.59 | 203.29 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 29 | 187 | 0.73 | 0.84 | 0 | 0.27 | 248.35 | 0.73 | 0.42 |
| Hex | 33 | 1D | BB | 49 | 54 | 0 | 1B | F8 | 49 | 2A |
| Octal | 63 | 35 | 273 | 111 | 124 | 0 | 33 | 370 | 111 | 52 |
| Binary | 110011 | 11101 | 10111011 | 1001001 | 1010100 | 0 | 11011 | 11111000 | 1001001 | 101010 |
Color Harmonies of #331DBB
Complementary color
Monochromatic Colors of #331DBB
Black with #331DBB
Text Example
Text Example
White with #331DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #331DBB; }
p { color: rgb(51,29,187); }
H1.HeaderClassName
{
color: #331DBB;
}
.AnyTagClassName
{
color: #331DBB;
}
</style>
background-color css
<style>
a { background-color: #331DBB; }
a { background-color: rgb(51,29,187); }
div.DivClassName
{
background-color: #331DBB;
}
.BgClassName
{
background-color: #331DBB;
}
</style>
border-color css
<style>
span { border-color: #331DBB; }
span { border-color: rgb(51,29,187); }
td.TdClassName
{
border-color: #331DBB;
}
.TagClassName
{
border-color: #331DBB;
}
</style>