Shades of Persian Blue #2816BD
Tints of Persian Blue #2816BD
RGB
CMYK
RGB Variations
Color information
#2816BD (or 0x2816BD) is known color: Persian Blue. HEX triplet: 28, 16 and BD. RGB value is (40,22,189). Sum of RGB (Red+Green+Blue) = 40+22+189=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 189 (74.22% from 255 or 75.30% from 251); Max value from RGB is 189 - color contains mainly: blue. Hex color #2816BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2816BD is #D7E942. Grayscale: #2D2D2D. Windows color (decimal): -14149955 or 12391976. OLE color: 12391976.
HSL color Cylindrical-coordinate representation of color #2816BD: hue angle of 246.47º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2816BD is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 40 | 22 | 189 | - |
| CMYK | 0.79 | 0.88 | 0 | 0.26 |
| HSL | 246.47º | 0.79% | 0.41% | - |
| HSV(B) | 246.47º | 0.88% | 0.74% | - |
| XYZ | 10.35 | 4.7 | 48.51 | - |
| YUV | 46.42 | 208.46 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 22 | 189 | 0.79 | 0.88 | 0 | 0.26 | 246.47 | 0.79 | 0.41 |
| Hex | 28 | 16 | BD | 4F | 58 | 0 | 1A | F6 | 4F | 29 |
| Octal | 50 | 26 | 275 | 117 | 130 | 0 | 32 | 366 | 117 | 51 |
| Binary | 101000 | 10110 | 10111101 | 1001111 | 1011000 | 0 | 11010 | 11110110 | 1001111 | 101001 |
Color Harmonies of #2816BD
Complementary color
Monochromatic Colors of #2816BD
Black with #2816BD
Text Example
Text Example
White with #2816BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2816BD; }
p { color: rgb(40,22,189); }
H1.HeaderClassName
{
color: #2816BD;
}
.AnyTagClassName
{
color: #2816BD;
}
</style>
background-color css
<style>
a { background-color: #2816BD; }
a { background-color: rgb(40,22,189); }
div.DivClassName
{
background-color: #2816BD;
}
.BgClassName
{
background-color: #2816BD;
}
</style>
border-color css
<style>
span { border-color: #2816BD; }
span { border-color: rgb(40,22,189); }
td.TdClassName
{
border-color: #2816BD;
}
.TagClassName
{
border-color: #2816BD;
}
</style>