Shades of Persian Blue #2B27AB
Tints of Persian Blue #2B27AB
RGB
CMYK
RGB Variations
Color information
#2B27AB (or 0x2B27AB) is known color: Persian Blue. HEX triplet: 2B, 27 and AB. RGB value is (43,39,171). Sum of RGB (Red+Green+Blue) = 43+39+171=253 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.00% from 253); Green value is 39 (15.62% from 255 or 15.42% from 253); Blue value is 171 (67.19% from 255 or 67.59% from 253); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B27AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B27AB is #D4D854. Grayscale: #363636. Windows color (decimal): -13949013 or 11216683. OLE color: 11216683.
HSL color Cylindrical-coordinate representation of color #2B27AB: hue angle of 241.82º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B27AB is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 39 | 171 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.33 |
| HSL | 241.82º | 0.63% | 0.41% | - |
| HSV(B) | 241.82º | 0.77% | 0.67% | - |
| XYZ | 9.07 | 4.9 | 39 | - |
| YUV | 55.24 | 193.33 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 39 | 171 | 0.75 | 0.77 | 0 | 0.33 | 241.82 | 0.63 | 0.41 |
| Hex | 2B | 27 | AB | 4B | 4D | 0 | 21 | F2 | 3F | 29 |
| Octal | 53 | 47 | 253 | 113 | 115 | 0 | 41 | 362 | 77 | 51 |
| Binary | 101011 | 100111 | 10101011 | 1001011 | 1001101 | 0 | 100001 | 11110010 | 111111 | 101001 |
Color Harmonies of #2B27AB
Complementary color
Monochromatic Colors of #2B27AB
Black with #2B27AB
Text Example
Text Example
White with #2B27AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B27AB; }
p { color: rgb(43,39,171); }
H1.HeaderClassName
{
color: #2B27AB;
}
.AnyTagClassName
{
color: #2B27AB;
}
</style>
background-color css
<style>
a { background-color: #2B27AB; }
a { background-color: rgb(43,39,171); }
div.DivClassName
{
background-color: #2B27AB;
}
.BgClassName
{
background-color: #2B27AB;
}
</style>
border-color css
<style>
span { border-color: #2B27AB; }
span { border-color: rgb(43,39,171); }
td.TdClassName
{
border-color: #2B27AB;
}
.TagClassName
{
border-color: #2B27AB;
}
</style>