Shades of Persian Indigo #2B218E
Tints of Persian Indigo #2B218E
RGB
CMYK
RGB Variations
Color information
#2B218E (or 0x2B218E) is known color: Persian Indigo. HEX triplet: 2B, 21 and 8E. RGB value is (43,33,142). Sum of RGB (Red+Green+Blue) = 43+33+142=218 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.72% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 142 (55.86% from 255 or 65.14% from 218); Max value from RGB is 142 - color contains mainly: blue. Hex color #2B218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B218E is #D4DE71. Grayscale: #2F2F2F. Windows color (decimal): -13950578 or 9314603. OLE color: 9314603.
HSL color Cylindrical-coordinate representation of color #2B218E: hue angle of 245.5º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B218E is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 33 | 142 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.44 |
| HSL | 245.5º | 0.62% | 0.34% | - |
| HSV(B) | 245.5º | 0.77% | 0.56% | - |
| XYZ | 6.42 | 3.55 | 25.94 | - |
| YUV | 48.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 142 | 0.70 | 0.77 | 0 | 0.44 | 245.5 | 0.62 | 0.34 |
| Hex | 2B | 21 | 8E | 46 | 4D | 0 | 2C | F6 | 3E | 22 |
| Octal | 53 | 41 | 216 | 106 | 115 | 0 | 54 | 366 | 76 | 42 |
| Binary | 101011 | 100001 | 10001110 | 1000110 | 1001101 | 0 | 101100 | 11110110 | 111110 | 100010 |
Color Harmonies of #2B218E
Complementary color
Monochromatic Colors of #2B218E
Black with #2B218E
Text Example
Text Example
White with #2B218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B218E; }
p { color: rgb(43,33,142); }
H1.HeaderClassName
{
color: #2B218E;
}
.AnyTagClassName
{
color: #2B218E;
}
</style>
background-color css
<style>
a { background-color: #2B218E; }
a { background-color: rgb(43,33,142); }
div.DivClassName
{
background-color: #2B218E;
}
.BgClassName
{
background-color: #2B218E;
}
</style>
border-color css
<style>
span { border-color: #2B218E; }
span { border-color: rgb(43,33,142); }
td.TdClassName
{
border-color: #2B218E;
}
.TagClassName
{
border-color: #2B218E;
}
</style>