Shades of Persian Blue #2913BB
Tints of Persian Blue #2913BB
RGB
CMYK
RGB Variations
Color information
#2913BB (or 0x2913BB) is known color: Persian Blue. HEX triplet: 29, 13 and BB. RGB value is (41,19,187). Sum of RGB (Red+Green+Blue) = 41+19+187=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 187 (73.44% from 255 or 75.71% from 247); Max value from RGB is 187 - color contains mainly: blue. Hex color #2913BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2913BB is #D6EC44. Grayscale: #2C2C2C. Windows color (decimal): -14085189 or 12260137. OLE color: 12260137.
HSL color Cylindrical-coordinate representation of color #2913BB: hue angle of 247.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2913BB is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 19 | 187 | - |
| CMYK | 0.78 | 0.90 | 0 | 0.27 |
| HSL | 247.86º | 0.82% | 0.4% | - |
| HSV(B) | 247.86º | 0.9% | 0.73% | - |
| XYZ | 10.12 | 4.53 | 47.35 | - |
| YUV | 44.73 | 208.29 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 19 | 187 | 0.78 | 0.90 | 0 | 0.27 | 247.86 | 0.82 | 0.4 |
| Hex | 29 | 13 | BB | 4E | 5A | 0 | 1B | F8 | 52 | 28 |
| Octal | 51 | 23 | 273 | 116 | 132 | 0 | 33 | 370 | 122 | 50 |
| Binary | 101001 | 10011 | 10111011 | 1001110 | 1011010 | 0 | 11011 | 11111000 | 1010010 | 101000 |
Color Harmonies of #2913BB
Complementary color
Monochromatic Colors of #2913BB
Black with #2913BB
Text Example
Text Example
White with #2913BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2913BB; }
p { color: rgb(41,19,187); }
H1.HeaderClassName
{
color: #2913BB;
}
.AnyTagClassName
{
color: #2913BB;
}
</style>
background-color css
<style>
a { background-color: #2913BB; }
a { background-color: rgb(41,19,187); }
div.DivClassName
{
background-color: #2913BB;
}
.BgClassName
{
background-color: #2913BB;
}
</style>
border-color css
<style>
span { border-color: #2913BB; }
span { border-color: rgb(41,19,187); }
td.TdClassName
{
border-color: #2913BB;
}
.TagClassName
{
border-color: #2913BB;
}
</style>