Shades of Persian Blue #2819B9
Tints of Persian Blue #2819B9
RGB
CMYK
RGB Variations
Color information
#2819B9 (or 0x2819B9) is known color: Persian Blue. HEX triplet: 28, 19 and B9. RGB value is (40,25,185). Sum of RGB (Red+Green+Blue) = 40+25+185=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 185 (72.66% from 255 or 74% from 250); Max value from RGB is 185 - color contains mainly: blue. Hex color #2819B9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2819B9 is #D7E646. Grayscale: #2F2F2F. Windows color (decimal): -14149191 or 12130600. OLE color: 12130600.
HSL color Cylindrical-coordinate representation of color #2819B9: hue angle of 245.62º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2819B9 is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 25 | 185 | - |
| CMYK | 0.78 | 0.86 | 0 | 0.27 |
| HSL | 245.63º | 0.76% | 0.41% | - |
| HSV(B) | 245.63º | 0.86% | 0.73% | - |
| XYZ | 9.98 | 4.65 | 46.27 | - |
| YUV | 47.73 | 205.47 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 185 | 0.78 | 0.86 | 0 | 0.27 | 245.63 | 0.76 | 0.41 |
| Hex | 28 | 19 | B9 | 4E | 56 | 0 | 1B | F6 | 4C | 29 |
| Octal | 50 | 31 | 271 | 116 | 126 | 0 | 33 | 366 | 114 | 51 |
| Binary | 101000 | 11001 | 10111001 | 1001110 | 1010110 | 0 | 11011 | 11110110 | 1001100 | 101001 |
Color Harmonies of #2819B9
Complementary color
Monochromatic Colors of #2819B9
Black with #2819B9
Text Example
Text Example
White with #2819B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2819B9; }
p { color: rgb(40,25,185); }
H1.HeaderClassName
{
color: #2819B9;
}
.AnyTagClassName
{
color: #2819B9;
}
</style>
background-color css
<style>
a { background-color: #2819B9; }
a { background-color: rgb(40,25,185); }
div.DivClassName
{
background-color: #2819B9;
}
.BgClassName
{
background-color: #2819B9;
}
</style>
border-color css
<style>
span { border-color: #2819B9; }
span { border-color: rgb(40,25,185); }
td.TdClassName
{
border-color: #2819B9;
}
.TagClassName
{
border-color: #2819B9;
}
</style>