Shades of Persian Blue #2B20CE
Tints of Persian Blue #2B20CE
RGB
CMYK
RGB Variations
Color information
#2B20CE (or 0x2B20CE) is known color: Persian Blue. HEX triplet: 2B, 20 and CE. RGB value is (43,32,206). Sum of RGB (Red+Green+Blue) = 43+32+206=281 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.30% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 206 (80.86% from 255 or 73.31% from 281); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B20CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B20CE is #D4DF31. Grayscale: #363636. Windows color (decimal): -13950770 or 13508651. OLE color: 13508651.
HSL color Cylindrical-coordinate representation of color #2B20CE: hue angle of 243.79º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B20CE is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 32 | 206 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.19 |
| HSL | 243.79º | 0.73% | 0.47% | - |
| HSV(B) | 243.79º | 0.84% | 0.81% | - |
| XYZ | 12.65 | 6 | 58.88 | - |
| YUV | 55.13 | 213.14 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 206 | 0.79 | 0.84 | 0 | 0.19 | 243.79 | 0.73 | 0.47 |
| Hex | 2B | 20 | CE | 4F | 54 | 0 | 13 | F4 | 49 | 2F |
| Octal | 53 | 40 | 316 | 117 | 124 | 0 | 23 | 364 | 111 | 57 |
| Binary | 101011 | 100000 | 11001110 | 1001111 | 1010100 | 0 | 10011 | 11110100 | 1001001 | 101111 |
Color Harmonies of #2B20CE
Complementary color
Monochromatic Colors of #2B20CE
Black with #2B20CE
Text Example
Text Example
White with #2B20CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B20CE; }
p { color: rgb(43,32,206); }
H1.HeaderClassName
{
color: #2B20CE;
}
.AnyTagClassName
{
color: #2B20CE;
}
</style>
background-color css
<style>
a { background-color: #2B20CE; }
a { background-color: rgb(43,32,206); }
div.DivClassName
{
background-color: #2B20CE;
}
.BgClassName
{
background-color: #2B20CE;
}
</style>
border-color css
<style>
span { border-color: #2B20CE; }
span { border-color: rgb(43,32,206); }
td.TdClassName
{
border-color: #2B20CE;
}
.TagClassName
{
border-color: #2B20CE;
}
</style>