Shades of Persian Blue #2B20C9
Tints of Persian Blue #2B20C9
RGB
CMYK
RGB Variations
Color information
#2B20C9 (or 0x2B20C9) is known color: Persian Blue. HEX triplet: 2B, 20 and C9. RGB value is (43,32,201). Sum of RGB (Red+Green+Blue) = 43+32+201=276 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.58% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 201 (78.91% from 255 or 72.83% from 276); Max value from RGB is 201 - color contains mainly: blue. Hex color #2B20C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B20C9 is #D4DF36. Grayscale: #353535. Windows color (decimal): -13950775 or 13180971. OLE color: 13180971.
HSL color Cylindrical-coordinate representation of color #2B20C9: hue angle of 243.91º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B20C9 is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 32 | 201 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.21 |
| HSL | 243.91º | 0.73% | 0.46% | - |
| HSV(B) | 243.91º | 0.84% | 0.79% | - |
| XYZ | 12.06 | 5.76 | 55.74 | - |
| YUV | 54.56 | 210.64 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 201 | 0.79 | 0.84 | 0 | 0.21 | 243.91 | 0.73 | 0.46 |
| Hex | 2B | 20 | C9 | 4F | 54 | 0 | 15 | F4 | 49 | 2E |
| Octal | 53 | 40 | 311 | 117 | 124 | 0 | 25 | 364 | 111 | 56 |
| Binary | 101011 | 100000 | 11001001 | 1001111 | 1010100 | 0 | 10101 | 11110100 | 1001001 | 101110 |
Color Harmonies of #2B20C9
Complementary color
Monochromatic Colors of #2B20C9
Black with #2B20C9
Text Example
Text Example
White with #2B20C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B20C9; }
p { color: rgb(43,32,201); }
H1.HeaderClassName
{
color: #2B20C9;
}
.AnyTagClassName
{
color: #2B20C9;
}
</style>
background-color css
<style>
a { background-color: #2B20C9; }
a { background-color: rgb(43,32,201); }
div.DivClassName
{
background-color: #2B20C9;
}
.BgClassName
{
background-color: #2B20C9;
}
</style>
border-color css
<style>
span { border-color: #2B20C9; }
span { border-color: rgb(43,32,201); }
td.TdClassName
{
border-color: #2B20C9;
}
.TagClassName
{
border-color: #2B20C9;
}
</style>