Shades of Persian Indigo #2B008D
Tints of Persian Indigo #2B008D
RGB
CMYK
RGB Variations
Color information
#2B008D (or 0x2B008D) is known color: Persian Indigo. HEX triplet: 2B, 00 and 8D. RGB value is (43,0,141). Sum of RGB (Red+Green+Blue) = 43+0+141=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 141 (55.47% from 255 or 76.63% from 184); Max value from RGB is 141 - color contains mainly: blue. Hex color #2B008D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B008D is #D4FF72. Grayscale: #1C1C1C. Windows color (decimal): -13959027 or 9240619. OLE color: 9240619.
HSL color Cylindrical-coordinate representation of color #2B008D: hue angle of 258.3º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B008D is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 0 | 141 | - |
| CMYK | 0.70 | 1 | 0 | 0.45 |
| HSL | 258.3º | 1% | 0.28% | - |
| HSV(B) | 258.3º | 1% | 0.55% | - |
| XYZ | 5.8 | 2.44 | 25.36 | - |
| YUV | 28.93 | 191.25 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 141 | 0.70 | 1 | 0 | 0.45 | 258.3 | 1 | 0.28 |
| Hex | 2B | 0 | 8D | 46 | 64 | 0 | 2D | 102 | 64 | 1C |
| Octal | 53 | 0 | 215 | 106 | 144 | 0 | 55 | 402 | 144 | 34 |
| Binary | 101011 | 0 | 10001101 | 1000110 | 1100100 | 0 | 101101 | 100000010 | 1100100 | 11100 |
Color Harmonies of #2B008D
Complementary color
Monochromatic Colors of #2B008D
Black with #2B008D
Text Example
Text Example
White with #2B008D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B008D; }
p { color: rgb(43,0,141); }
H1.HeaderClassName
{
color: #2B008D;
}
.AnyTagClassName
{
color: #2B008D;
}
</style>
background-color css
<style>
a { background-color: #2B008D; }
a { background-color: rgb(43,0,141); }
div.DivClassName
{
background-color: #2B008D;
}
.BgClassName
{
background-color: #2B008D;
}
</style>
border-color css
<style>
span { border-color: #2B008D; }
span { border-color: rgb(43,0,141); }
td.TdClassName
{
border-color: #2B008D;
}
.TagClassName
{
border-color: #2B008D;
}
</style>