Shades of Persian Indigo #2B0893
Tints of Persian Indigo #2B0893
RGB
CMYK
RGB Variations
Color information
#2B0893 (or 0x2B0893) is known color: Persian Indigo. HEX triplet: 2B, 08 and 93. RGB value is (43,8,147). Sum of RGB (Red+Green+Blue) = 43+8+147=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 147 (57.81% from 255 or 74.24% from 198); Max value from RGB is 147 - color contains mainly: blue. Hex color #2B0893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0893 is #D4F76C. Grayscale: #212121. Windows color (decimal): -13956973 or 9635883. OLE color: 9635883.
HSL color Cylindrical-coordinate representation of color #2B0893: hue angle of 255.11º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0893 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 8 | 147 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.42 |
| HSL | 255.11º | 0.9% | 0.3% | - |
| HSV(B) | 255.11º | 0.95% | 0.58% | - |
| XYZ | 6.35 | 2.79 | 27.81 | - |
| YUV | 34.31 | 191.6 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 147 | 0.71 | 0.95 | 0 | 0.42 | 255.11 | 0.9 | 0.3 |
| Hex | 2B | 8 | 93 | 47 | 5F | 0 | 2A | FF | 5A | 1E |
| Octal | 53 | 10 | 223 | 107 | 137 | 0 | 52 | 377 | 132 | 36 |
| Binary | 101011 | 1000 | 10010011 | 1000111 | 1011111 | 0 | 101010 | 11111111 | 1011010 | 11110 |
Color Harmonies of #2B0893
Complementary color
Monochromatic Colors of #2B0893
Black with #2B0893
Text Example
Text Example
White with #2B0893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0893; }
p { color: rgb(43,8,147); }
H1.HeaderClassName
{
color: #2B0893;
}
.AnyTagClassName
{
color: #2B0893;
}
</style>
background-color css
<style>
a { background-color: #2B0893; }
a { background-color: rgb(43,8,147); }
div.DivClassName
{
background-color: #2B0893;
}
.BgClassName
{
background-color: #2B0893;
}
</style>
border-color css
<style>
span { border-color: #2B0893; }
span { border-color: rgb(43,8,147); }
td.TdClassName
{
border-color: #2B0893;
}
.TagClassName
{
border-color: #2B0893;
}
</style>