Shades of Persian Blue #2B1AB9
Tints of Persian Blue #2B1AB9
RGB
CMYK
RGB Variations
Color information
#2B1AB9 (or 0x2B1AB9) is known color: Persian Blue. HEX triplet: 2B, 1A and B9. RGB value is (43,26,185). Sum of RGB (Red+Green+Blue) = 43+26+185=254 (33% of max value = 765). Red value is 43 (17.19% from 255 or 16.93% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 185 (72.66% from 255 or 72.83% from 254); Max value from RGB is 185 - color contains mainly: blue. Hex color #2B1AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1AB9 is #D4E546. Grayscale: #303030. Windows color (decimal): -13952327 or 12130859. OLE color: 12130859.
HSL color Cylindrical-coordinate representation of color #2B1AB9: hue angle of 246.42º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B1AB9 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 26 | 185 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.27 |
| HSL | 246.42º | 0.75% | 0.41% | - |
| HSV(B) | 246.42º | 0.86% | 0.73% | - |
| XYZ | 10.12 | 4.76 | 46.28 | - |
| YUV | 49.21 | 204.63 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 26 | 185 | 0.77 | 0.86 | 0 | 0.27 | 246.42 | 0.75 | 0.41 |
| Hex | 2B | 1A | B9 | 4D | 56 | 0 | 1B | F6 | 4B | 29 |
| Octal | 53 | 32 | 271 | 115 | 126 | 0 | 33 | 366 | 113 | 51 |
| Binary | 101011 | 11010 | 10111001 | 1001101 | 1010110 | 0 | 11011 | 11110110 | 1001011 | 101001 |
Color Harmonies of #2B1AB9
Complementary color
Monochromatic Colors of #2B1AB9
Black with #2B1AB9
Text Example
Text Example
White with #2B1AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1AB9; }
p { color: rgb(43,26,185); }
H1.HeaderClassName
{
color: #2B1AB9;
}
.AnyTagClassName
{
color: #2B1AB9;
}
</style>
background-color css
<style>
a { background-color: #2B1AB9; }
a { background-color: rgb(43,26,185); }
div.DivClassName
{
background-color: #2B1AB9;
}
.BgClassName
{
background-color: #2B1AB9;
}
</style>
border-color css
<style>
span { border-color: #2B1AB9; }
span { border-color: rgb(43,26,185); }
td.TdClassName
{
border-color: #2B1AB9;
}
.TagClassName
{
border-color: #2B1AB9;
}
</style>