Shades of Persian Blue #2B25AB
Tints of Persian Blue #2B25AB
RGB
CMYK
RGB Variations
Color information
#2B25AB (or 0x2B25AB) is known color: Persian Blue. HEX triplet: 2B, 25 and AB. RGB value is (43,37,171). Sum of RGB (Red+Green+Blue) = 43+37+171=251 (33% of max value = 765). Red value is 43 (17.19% from 255 or 17.13% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B25AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B25AB is #D4DA54. Grayscale: #353535. Windows color (decimal): -13949525 or 11216171. OLE color: 11216171.
HSL color Cylindrical-coordinate representation of color #2B25AB: hue angle of 242.69º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B25AB is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 37 | 171 | - |
| CMYK | 0.75 | 0.78 | 0 | 0.33 |
| HSL | 242.69º | 0.64% | 0.41% | - |
| HSV(B) | 242.69º | 0.78% | 0.67% | - |
| XYZ | 9.01 | 4.78 | 38.98 | - |
| YUV | 54.07 | 193.99 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 37 | 171 | 0.75 | 0.78 | 0 | 0.33 | 242.69 | 0.64 | 0.41 |
| Hex | 2B | 25 | AB | 4B | 4E | 0 | 21 | F3 | 40 | 29 |
| Octal | 53 | 45 | 253 | 113 | 116 | 0 | 41 | 363 | 100 | 51 |
| Binary | 101011 | 100101 | 10101011 | 1001011 | 1001110 | 0 | 100001 | 11110011 | 1000000 | 101001 |
Color Harmonies of #2B25AB
Complementary color
Monochromatic Colors of #2B25AB
Black with #2B25AB
Text Example
Text Example
White with #2B25AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B25AB; }
p { color: rgb(43,37,171); }
H1.HeaderClassName
{
color: #2B25AB;
}
.AnyTagClassName
{
color: #2B25AB;
}
</style>
background-color css
<style>
a { background-color: #2B25AB; }
a { background-color: rgb(43,37,171); }
div.DivClassName
{
background-color: #2B25AB;
}
.BgClassName
{
background-color: #2B25AB;
}
</style>
border-color css
<style>
span { border-color: #2B25AB; }
span { border-color: rgb(43,37,171); }
td.TdClassName
{
border-color: #2B25AB;
}
.TagClassName
{
border-color: #2B25AB;
}
</style>