Shades of Persian Blue #2B1ABD
Tints of Persian Blue #2B1ABD
RGB
CMYK
RGB Variations
Color information
#2B1ABD (or 0x2B1ABD) is known color: Persian Blue. HEX triplet: 2B, 1A and BD. RGB value is (43,26,189). Sum of RGB (Red+Green+Blue) = 43+26+189=258 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.67% from 258); Green value is 26 (10.55% from 255 or 10.08% from 258); Blue value is 189 (74.22% from 255 or 73.26% from 258); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B1ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B1ABD is #D4E542. Grayscale: #313131. Windows color (decimal): -13952323 or 12393003. OLE color: 12393003.
HSL color Cylindrical-coordinate representation of color #2B1ABD: hue angle of 246.26º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B1ABD is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 26 | 189 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.26 |
| HSL | 246.26º | 0.76% | 0.42% | - |
| HSV(B) | 246.26º | 0.86% | 0.74% | - |
| XYZ | 10.55 | 4.93 | 48.54 | - |
| YUV | 49.67 | 206.63 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 26 | 189 | 0.77 | 0.86 | 0 | 0.26 | 246.26 | 0.76 | 0.42 |
| Hex | 2B | 1A | BD | 4D | 56 | 0 | 1A | F6 | 4C | 2A |
| Octal | 53 | 32 | 275 | 115 | 126 | 0 | 32 | 366 | 114 | 52 |
| Binary | 101011 | 11010 | 10111101 | 1001101 | 1010110 | 0 | 11010 | 11110110 | 1001100 | 101010 |
Color Harmonies of #2B1ABD
Complementary color
Monochromatic Colors of #2B1ABD
Black with #2B1ABD
Text Example
Text Example
White with #2B1ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1ABD; }
p { color: rgb(43,26,189); }
H1.HeaderClassName
{
color: #2B1ABD;
}
.AnyTagClassName
{
color: #2B1ABD;
}
</style>
background-color css
<style>
a { background-color: #2B1ABD; }
a { background-color: rgb(43,26,189); }
div.DivClassName
{
background-color: #2B1ABD;
}
.BgClassName
{
background-color: #2B1ABD;
}
</style>
border-color css
<style>
span { border-color: #2B1ABD; }
span { border-color: rgb(43,26,189); }
td.TdClassName
{
border-color: #2B1ABD;
}
.TagClassName
{
border-color: #2B1ABD;
}
</style>