Shades of Persian Indigo #2B058A
Tints of Persian Indigo #2B058A
RGB
CMYK
RGB Variations
Color information
#2B058A (or 0x2B058A) is known color: Persian Indigo. HEX triplet: 2B, 05 and 8A. RGB value is (43,5,138). Sum of RGB (Red+Green+Blue) = 43+5+138=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 138 (54.30% from 255 or 74.19% from 186); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B058A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B058A is #D4FA75. Grayscale: #1F1F1F. Windows color (decimal): -13957750 or 9045291. OLE color: 9045291.
HSL color Cylindrical-coordinate representation of color #2B058A: hue angle of 257.14º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B058A is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 5 | 138 | - |
| CMYK | 0.69 | 0.96 | 0 | 0.46 |
| HSL | 257.14º | 0.93% | 0.28% | - |
| HSV(B) | 257.14º | 0.96% | 0.54% | - |
| XYZ | 5.64 | 2.46 | 24.22 | - |
| YUV | 31.52 | 188.09 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 138 | 0.69 | 0.96 | 0 | 0.46 | 257.14 | 0.93 | 0.28 |
| Hex | 2B | 5 | 8A | 45 | 60 | 0 | 2E | 101 | 5D | 1C |
| Octal | 53 | 5 | 212 | 105 | 140 | 0 | 56 | 401 | 135 | 34 |
| Binary | 101011 | 101 | 10001010 | 1000101 | 1100000 | 0 | 101110 | 100000001 | 1011101 | 11100 |
Color Harmonies of #2B058A
Complementary color
Monochromatic Colors of #2B058A
Black with #2B058A
Text Example
Text Example
White with #2B058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B058A; }
p { color: rgb(43,5,138); }
H1.HeaderClassName
{
color: #2B058A;
}
.AnyTagClassName
{
color: #2B058A;
}
</style>
background-color css
<style>
a { background-color: #2B058A; }
a { background-color: rgb(43,5,138); }
div.DivClassName
{
background-color: #2B058A;
}
.BgClassName
{
background-color: #2B058A;
}
</style>
border-color css
<style>
span { border-color: #2B058A; }
span { border-color: rgb(43,5,138); }
td.TdClassName
{
border-color: #2B058A;
}
.TagClassName
{
border-color: #2B058A;
}
</style>