Shades of Persian Indigo #2B0292
Tints of Persian Indigo #2B0292
RGB
CMYK
RGB Variations
Color information
#2B0292 (or 0x2B0292) is known color: Persian Indigo. HEX triplet: 2B, 02 and 92. RGB value is (43,2,146). Sum of RGB (Red+Green+Blue) = 43+2+146=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 146 (57.42% from 255 or 76.44% from 191); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B0292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0292 is #D4FD6D. Grayscale: #1E1E1E. Windows color (decimal): -13958510 or 9568811. OLE color: 9568811.
HSL color Cylindrical-coordinate representation of color #2B0292: hue angle of 257.08º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2B0292 is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 43 | 2 | 146 | - |
| CMYK | 0.71 | 0.99 | 0 | 0.43 |
| HSL | 257.08º | 0.97% | 0.29% | - |
| HSV(B) | 257.08º | 0.99% | 0.57% | - |
| XYZ | 6.21 | 2.63 | 27.38 | - |
| YUV | 30.68 | 193.08 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 146 | 0.71 | 0.99 | 0 | 0.43 | 257.08 | 0.97 | 0.29 |
| Hex | 2B | 2 | 92 | 47 | 63 | 0 | 2B | 101 | 61 | 1D |
| Octal | 53 | 2 | 222 | 107 | 143 | 0 | 53 | 401 | 141 | 35 |
| Binary | 101011 | 10 | 10010010 | 1000111 | 1100011 | 0 | 101011 | 100000001 | 1100001 | 11101 |
Color Harmonies of #2B0292
Complementary color
Monochromatic Colors of #2B0292
Black with #2B0292
Text Example
Text Example
White with #2B0292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0292; }
p { color: rgb(43,2,146); }
H1.HeaderClassName
{
color: #2B0292;
}
.AnyTagClassName
{
color: #2B0292;
}
</style>
background-color css
<style>
a { background-color: #2B0292; }
a { background-color: rgb(43,2,146); }
div.DivClassName
{
background-color: #2B0292;
}
.BgClassName
{
background-color: #2B0292;
}
</style>
border-color css
<style>
span { border-color: #2B0292; }
span { border-color: rgb(43,2,146); }
td.TdClassName
{
border-color: #2B0292;
}
.TagClassName
{
border-color: #2B0292;
}
</style>