Shades of Persian Indigo #2B228E
Tints of Persian Indigo #2B228E
RGB
CMYK
RGB Variations
Color information
#2B228E (or 0x2B228E) is known color: Persian Indigo. HEX triplet: 2B, 22 and 8E. RGB value is (43,34,142). Sum of RGB (Red+Green+Blue) = 43+34+142=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 142 (55.86% from 255 or 64.84% from 219); Max value from RGB is 142 - color contains mainly: blue. Hex color #2B228E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B228E is #D4DD71. Grayscale: #303030. Windows color (decimal): -13950322 or 9314859. OLE color: 9314859.
HSL color Cylindrical-coordinate representation of color #2B228E: hue angle of 245º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B228E is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 34 | 142 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.44 |
| HSL | 245º | 0.61% | 0.35% | - |
| HSV(B) | 245º | 0.76% | 0.56% | - |
| XYZ | 6.45 | 3.61 | 25.95 | - |
| YUV | 49 | 180.48 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 34 | 142 | 0.70 | 0.76 | 0 | 0.44 | 245 | 0.61 | 0.35 |
| Hex | 2B | 22 | 8E | 46 | 4C | 0 | 2C | F5 | 3D | 23 |
| Octal | 53 | 42 | 216 | 106 | 114 | 0 | 54 | 365 | 75 | 43 |
| Binary | 101011 | 100010 | 10001110 | 1000110 | 1001100 | 0 | 101100 | 11110101 | 111101 | 100011 |
Color Harmonies of #2B228E
Complementary color
Monochromatic Colors of #2B228E
Black with #2B228E
Text Example
Text Example
White with #2B228E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B228E; }
p { color: rgb(43,34,142); }
H1.HeaderClassName
{
color: #2B228E;
}
.AnyTagClassName
{
color: #2B228E;
}
</style>
background-color css
<style>
a { background-color: #2B228E; }
a { background-color: rgb(43,34,142); }
div.DivClassName
{
background-color: #2B228E;
}
.BgClassName
{
background-color: #2B228E;
}
</style>
border-color css
<style>
span { border-color: #2B228E; }
span { border-color: rgb(43,34,142); }
td.TdClassName
{
border-color: #2B228E;
}
.TagClassName
{
border-color: #2B228E;
}
</style>