Shades of Persian Blue #2B20CA
Tints of Persian Blue #2B20CA
RGB
CMYK
RGB Variations
Color information
#2B20CA (or 0x2B20CA) is known color: Persian Blue. HEX triplet: 2B, 20 and CA. RGB value is (43,32,202). Sum of RGB (Red+Green+Blue) = 43+32+202=277 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.52% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 202 (79.30% from 255 or 72.92% from 277); Max value from RGB is 202 - color contains mainly: blue. Hex color #2B20CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B20CA is #D4DF35. Grayscale: #363636. Windows color (decimal): -13950774 or 13246507. OLE color: 13246507.
HSL color Cylindrical-coordinate representation of color #2B20CA: hue angle of 243.88º 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 #2B20CA is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 43 | 32 | 202 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.21 |
| HSL | 243.88º | 0.73% | 0.46% | - |
| HSV(B) | 243.88º | 0.84% | 0.79% | - |
| XYZ | 12.17 | 5.81 | 56.36 | - |
| YUV | 54.67 | 211.14 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 202 | 0.79 | 0.84 | 0 | 0.21 | 243.88 | 0.73 | 0.46 |
| Hex | 2B | 20 | CA | 4F | 54 | 0 | 15 | F4 | 49 | 2E |
| Octal | 53 | 40 | 312 | 117 | 124 | 0 | 25 | 364 | 111 | 56 |
| Binary | 101011 | 100000 | 11001010 | 1001111 | 1010100 | 0 | 10101 | 11110100 | 1001001 | 101110 |
Color Harmonies of #2B20CA
Complementary color
Monochromatic Colors of #2B20CA
Black with #2B20CA
Text Example
Text Example
White with #2B20CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B20CA; }
p { color: rgb(43,32,202); }
H1.HeaderClassName
{
color: #2B20CA;
}
.AnyTagClassName
{
color: #2B20CA;
}
</style>
background-color css
<style>
a { background-color: #2B20CA; }
a { background-color: rgb(43,32,202); }
div.DivClassName
{
background-color: #2B20CA;
}
.BgClassName
{
background-color: #2B20CA;
}
</style>
border-color css
<style>
span { border-color: #2B20CA; }
span { border-color: rgb(43,32,202); }
td.TdClassName
{
border-color: #2B20CA;
}
.TagClassName
{
border-color: #2B20CA;
}
</style>