Shades of Persian Indigo #2B208A
Tints of Persian Indigo #2B208A
RGB
CMYK
RGB Variations
Color information
#2B208A (or 0x2B208A) is known color: Persian Indigo. HEX triplet: 2B, 20 and 8A. RGB value is (43,32,138). Sum of RGB (Red+Green+Blue) = 43+32+138=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B208A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B208A is #D4DF75. Grayscale: #2E2E2E. Windows color (decimal): -13950838 or 9052203. OLE color: 9052203.
HSL color Cylindrical-coordinate representation of color #2B208A: hue angle of 246.23º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B208A is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 32 | 138 | - |
| CMYK | 0.69 | 0.77 | 0 | 0.46 |
| HSL | 246.23º | 0.62% | 0.33% | - |
| HSV(B) | 246.23º | 0.77% | 0.54% | - |
| XYZ | 6.1 | 3.38 | 24.38 | - |
| YUV | 47.37 | 179.14 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 32 | 138 | 0.69 | 0.77 | 0 | 0.46 | 246.23 | 0.62 | 0.33 |
| Hex | 2B | 20 | 8A | 45 | 4D | 0 | 2E | F6 | 3E | 21 |
| Octal | 53 | 40 | 212 | 105 | 115 | 0 | 56 | 366 | 76 | 41 |
| Binary | 101011 | 100000 | 10001010 | 1000101 | 1001101 | 0 | 101110 | 11110110 | 111110 | 100001 |
Color Harmonies of #2B208A
Complementary color
Monochromatic Colors of #2B208A
Black with #2B208A
Text Example
Text Example
White with #2B208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B208A; }
p { color: rgb(43,32,138); }
H1.HeaderClassName
{
color: #2B208A;
}
.AnyTagClassName
{
color: #2B208A;
}
</style>
background-color css
<style>
a { background-color: #2B208A; }
a { background-color: rgb(43,32,138); }
div.DivClassName
{
background-color: #2B208A;
}
.BgClassName
{
background-color: #2B208A;
}
</style>
border-color css
<style>
span { border-color: #2B208A; }
span { border-color: rgb(43,32,138); }
td.TdClassName
{
border-color: #2B208A;
}
.TagClassName
{
border-color: #2B208A;
}
</style>