Shades of Persian Indigo #2B0894
Tints of Persian Indigo #2B0894
RGB
CMYK
RGB Variations
Color information
#2B0894 (or 0x2B0894) is known color: Persian Indigo. HEX triplet: 2B, 08 and 94. RGB value is (43,8,148). Sum of RGB (Red+Green+Blue) = 43+8+148=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 148 (58.20% from 255 or 74.37% from 199); Max value from RGB is 148 - color contains mainly: blue. Hex color #2B0894 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0894 is #D4F76B. Grayscale: #212121. Windows color (decimal): -13956972 or 9701419. OLE color: 9701419.
HSL color Cylindrical-coordinate representation of color #2B0894: hue angle of 255º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B0894 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 8 | 148 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.42 |
| HSL | 255º | 0.9% | 0.31% | - |
| HSV(B) | 255º | 0.95% | 0.58% | - |
| XYZ | 6.43 | 2.83 | 28.22 | - |
| YUV | 34.43 | 192.1 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 148 | 0.71 | 0.95 | 0 | 0.42 | 255 | 0.9 | 0.31 |
| Hex | 2B | 8 | 94 | 47 | 5F | 0 | 2A | FF | 5A | 1F |
| Octal | 53 | 10 | 224 | 107 | 137 | 0 | 52 | 377 | 132 | 37 |
| Binary | 101011 | 1000 | 10010100 | 1000111 | 1011111 | 0 | 101010 | 11111111 | 1011010 | 11111 |
Color Harmonies of #2B0894
Complementary color
Monochromatic Colors of #2B0894
Black with #2B0894
Text Example
Text Example
White with #2B0894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0894; }
p { color: rgb(43,8,148); }
H1.HeaderClassName
{
color: #2B0894;
}
.AnyTagClassName
{
color: #2B0894;
}
</style>
background-color css
<style>
a { background-color: #2B0894; }
a { background-color: rgb(43,8,148); }
div.DivClassName
{
background-color: #2B0894;
}
.BgClassName
{
background-color: #2B0894;
}
</style>
border-color css
<style>
span { border-color: #2B0894; }
span { border-color: rgb(43,8,148); }
td.TdClassName
{
border-color: #2B0894;
}
.TagClassName
{
border-color: #2B0894;
}
</style>