Shades of Persian Indigo #2B0A93
Tints of Persian Indigo #2B0A93
RGB
CMYK
RGB Variations
Color information
#2B0A93 (or 0x2B0A93) is known color: Persian Indigo. HEX triplet: 2B, 0A and 93. RGB value is (43,10,147). Sum of RGB (Red+Green+Blue) = 43+10+147=200 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.5% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 147 (57.81% from 255 or 73.5% from 200); Max value from RGB is 147 - color contains mainly: blue. Hex color #2B0A93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0A93 is #D4F56C. Grayscale: #222222. Windows color (decimal): -13956461 or 9636395. OLE color: 9636395.
HSL color Cylindrical-coordinate representation of color #2B0A93: hue angle of 254.45º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2B0A93 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 10 | 147 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.42 |
| HSL | 254.45º | 0.87% | 0.31% | - |
| HSV(B) | 254.45º | 0.93% | 0.58% | - |
| XYZ | 6.37 | 2.84 | 27.82 | - |
| YUV | 35.49 | 190.93 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 10 | 147 | 0.71 | 0.93 | 0 | 0.42 | 254.45 | 0.87 | 0.31 |
| Hex | 2B | A | 93 | 47 | 5D | 0 | 2A | FE | 57 | 1F |
| Octal | 53 | 12 | 223 | 107 | 135 | 0 | 52 | 376 | 127 | 37 |
| Binary | 101011 | 1010 | 10010011 | 1000111 | 1011101 | 0 | 101010 | 11111110 | 1010111 | 11111 |
Color Harmonies of #2B0A93
Complementary color
Monochromatic Colors of #2B0A93
Black with #2B0A93
Text Example
Text Example
White with #2B0A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0A93; }
p { color: rgb(43,10,147); }
H1.HeaderClassName
{
color: #2B0A93;
}
.AnyTagClassName
{
color: #2B0A93;
}
</style>
background-color css
<style>
a { background-color: #2B0A93; }
a { background-color: rgb(43,10,147); }
div.DivClassName
{
background-color: #2B0A93;
}
.BgClassName
{
background-color: #2B0A93;
}
</style>
border-color css
<style>
span { border-color: #2B0A93; }
span { border-color: rgb(43,10,147); }
td.TdClassName
{
border-color: #2B0A93;
}
.TagClassName
{
border-color: #2B0A93;
}
</style>