Shades of Persian Indigo #2B048A
Tints of Persian Indigo #2B048A
RGB
CMYK
RGB Variations
Color information
#2B048A (or 0x2B048A) is known color: Persian Indigo. HEX triplet: 2B, 04 and 8A. RGB value is (43,4,138). Sum of RGB (Red+Green+Blue) = 43+4+138=185 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.24% from 185); Green value is 4 (1.95% from 255 or 2.16% from 185); Blue value is 138 (54.30% from 255 or 74.59% from 185); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B048A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B048A is #D4FB75. Grayscale: #1E1E1E. Windows color (decimal): -13958006 or 9045035. OLE color: 9045035.
HSL color Cylindrical-coordinate representation of color #2B048A: hue angle of 257.46º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B048A is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 4 | 138 | - |
| CMYK | 0.69 | 0.97 | 0 | 0.46 |
| HSL | 257.46º | 0.94% | 0.28% | - |
| HSV(B) | 257.46º | 0.97% | 0.54% | - |
| XYZ | 5.63 | 2.44 | 24.22 | - |
| YUV | 30.94 | 188.42 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 4 | 138 | 0.69 | 0.97 | 0 | 0.46 | 257.46 | 0.94 | 0.28 |
| Hex | 2B | 4 | 8A | 45 | 61 | 0 | 2E | 101 | 5E | 1C |
| Octal | 53 | 4 | 212 | 105 | 141 | 0 | 56 | 401 | 136 | 34 |
| Binary | 101011 | 100 | 10001010 | 1000101 | 1100001 | 0 | 101110 | 100000001 | 1011110 | 11100 |
Color Harmonies of #2B048A
Complementary color
Monochromatic Colors of #2B048A
Black with #2B048A
Text Example
Text Example
White with #2B048A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B048A; }
p { color: rgb(43,4,138); }
H1.HeaderClassName
{
color: #2B048A;
}
.AnyTagClassName
{
color: #2B048A;
}
</style>
background-color css
<style>
a { background-color: #2B048A; }
a { background-color: rgb(43,4,138); }
div.DivClassName
{
background-color: #2B048A;
}
.BgClassName
{
background-color: #2B048A;
}
</style>
border-color css
<style>
span { border-color: #2B048A; }
span { border-color: rgb(43,4,138); }
td.TdClassName
{
border-color: #2B048A;
}
.TagClassName
{
border-color: #2B048A;
}
</style>