Shades of Persian Blue #2B16CD
Tints of Persian Blue #2B16CD
RGB
CMYK
RGB Variations
Color information
#2B16CD (or 0x2B16CD) is known color: Persian Blue. HEX triplet: 2B, 16 and CD. RGB value is (43,22,205). Sum of RGB (Red+Green+Blue) = 43+22+205=270 (35% of max value = 765). Red value is 43 (17.19% from 255 or 15.93% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 205 (80.47% from 255 or 75.93% from 270); Max value from RGB is 205 - color contains mainly: blue. Hex color #2B16CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B16CD is #D4E932. Grayscale: #303030. Windows color (decimal): -13953331 or 13440555. OLE color: 13440555.
HSL color Cylindrical-coordinate representation of color #2B16CD: hue angle of 246.89º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B16CD is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 22 | 205 | - |
| CMYK | 0.79 | 0.89 | 0 | 0.20 |
| HSL | 246.89º | 0.81% | 0.45% | - |
| HSV(B) | 246.89º | 0.89% | 0.8% | - |
| XYZ | 12.3 | 5.5 | 58.17 | - |
| YUV | 49.14 | 215.96 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 22 | 205 | 0.79 | 0.89 | 0 | 0.20 | 246.89 | 0.81 | 0.45 |
| Hex | 2B | 16 | CD | 4F | 59 | 0 | 14 | F7 | 51 | 2D |
| Octal | 53 | 26 | 315 | 117 | 131 | 0 | 24 | 367 | 121 | 55 |
| Binary | 101011 | 10110 | 11001101 | 1001111 | 1011001 | 0 | 10100 | 11110111 | 1010001 | 101101 |
Color Harmonies of #2B16CD
Complementary color
Monochromatic Colors of #2B16CD
Black with #2B16CD
Text Example
Text Example
White with #2B16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B16CD; }
p { color: rgb(43,22,205); }
H1.HeaderClassName
{
color: #2B16CD;
}
.AnyTagClassName
{
color: #2B16CD;
}
</style>
background-color css
<style>
a { background-color: #2B16CD; }
a { background-color: rgb(43,22,205); }
div.DivClassName
{
background-color: #2B16CD;
}
.BgClassName
{
background-color: #2B16CD;
}
</style>
border-color css
<style>
span { border-color: #2B16CD; }
span { border-color: rgb(43,22,205); }
td.TdClassName
{
border-color: #2B16CD;
}
.TagClassName
{
border-color: #2B16CD;
}
</style>