Shades of Persian Indigo #2B208B
Tints of Persian Indigo #2B208B
RGB
CMYK
RGB Variations
Color information
#2B208B (or 0x2B208B) is known color: Persian Indigo. HEX triplet: 2B, 20 and 8B. RGB value is (43,32,139). Sum of RGB (Red+Green+Blue) = 43+32+139=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 139 (54.69% from 255 or 64.95% from 214); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B208B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B208B is #D4DF74. Grayscale: #2F2F2F. Windows color (decimal): -13950837 or 9117739. OLE color: 9117739.
HSL color Cylindrical-coordinate representation of color #2B208B: hue angle of 246.17º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B208B is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 32 | 139 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.45 |
| HSL | 246.17º | 0.63% | 0.34% | - |
| HSV(B) | 246.17º | 0.77% | 0.55% | - |
| XYZ | 6.17 | 3.41 | 24.76 | - |
| YUV | 47.49 | 179.64 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 139 | 0.69 | 0.77 | 0 | 0.45 | 246.17 | 0.63 | 0.34 |
| Hex | 2B | 20 | 8B | 45 | 4D | 0 | 2D | F6 | 3F | 22 |
| Octal | 53 | 40 | 213 | 105 | 115 | 0 | 55 | 366 | 77 | 42 |
| Binary | 101011 | 100000 | 10001011 | 1000101 | 1001101 | 0 | 101101 | 11110110 | 111111 | 100010 |
Color Harmonies of #2B208B
Complementary color
Monochromatic Colors of #2B208B
Black with #2B208B
Text Example
Text Example
White with #2B208B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B208B; }
p { color: rgb(43,32,139); }
H1.HeaderClassName
{
color: #2B208B;
}
.AnyTagClassName
{
color: #2B208B;
}
</style>
background-color css
<style>
a { background-color: #2B208B; }
a { background-color: rgb(43,32,139); }
div.DivClassName
{
background-color: #2B208B;
}
.BgClassName
{
background-color: #2B208B;
}
</style>
border-color css
<style>
span { border-color: #2B208B; }
span { border-color: rgb(43,32,139); }
td.TdClassName
{
border-color: #2B208B;
}
.TagClassName
{
border-color: #2B208B;
}
</style>