Shades of Persian Indigo #2B208C
Tints of Persian Indigo #2B208C
RGB
CMYK
RGB Variations
Color information
#2B208C (or 0x2B208C) is known color: Persian Indigo. HEX triplet: 2B, 20 and 8C. RGB value is (43,32,140). Sum of RGB (Red+Green+Blue) = 43+32+140=215 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 140 (55.08% from 255 or 65.12% from 215); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B208C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B208C is #D4DF73. Grayscale: #2F2F2F. Windows color (decimal): -13950836 or 9183275. OLE color: 9183275.
HSL color Cylindrical-coordinate representation of color #2B208C: hue angle of 246.11º 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 #2B208C is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 32 | 140 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.45 |
| HSL | 246.11º | 0.63% | 0.34% | - |
| HSV(B) | 246.11º | 0.77% | 0.55% | - |
| XYZ | 6.25 | 3.44 | 25.15 | - |
| YUV | 47.6 | 180.14 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 140 | 0.69 | 0.77 | 0 | 0.45 | 246.11 | 0.63 | 0.34 |
| Hex | 2B | 20 | 8C | 45 | 4D | 0 | 2D | F6 | 3F | 22 |
| Octal | 53 | 40 | 214 | 105 | 115 | 0 | 55 | 366 | 77 | 42 |
| Binary | 101011 | 100000 | 10001100 | 1000101 | 1001101 | 0 | 101101 | 11110110 | 111111 | 100010 |
Color Harmonies of #2B208C
Complementary color
Monochromatic Colors of #2B208C
Black with #2B208C
Text Example
Text Example
White with #2B208C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B208C; }
p { color: rgb(43,32,140); }
H1.HeaderClassName
{
color: #2B208C;
}
.AnyTagClassName
{
color: #2B208C;
}
</style>
background-color css
<style>
a { background-color: #2B208C; }
a { background-color: rgb(43,32,140); }
div.DivClassName
{
background-color: #2B208C;
}
.BgClassName
{
background-color: #2B208C;
}
</style>
border-color css
<style>
span { border-color: #2B208C; }
span { border-color: rgb(43,32,140); }
td.TdClassName
{
border-color: #2B208C;
}
.TagClassName
{
border-color: #2B208C;
}
</style>