Shades of Persian Indigo #2B058F
Tints of Persian Indigo #2B058F
RGB
CMYK
RGB Variations
Color information
#2B058F (or 0x2B058F) is known color: Persian Indigo. HEX triplet: 2B, 05 and 8F. RGB value is (43,5,143). Sum of RGB (Red+Green+Blue) = 43+5+143=191 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.51% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 143 (56.25% from 255 or 74.87% from 191); Max value from RGB is 143 - color contains mainly: blue. Hex color #2B058F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B058F is #D4FA70. Grayscale: #1F1F1F. Windows color (decimal): -13957745 or 9372971. OLE color: 9372971.
HSL color Cylindrical-coordinate representation of color #2B058F: hue angle of 256.52º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2B058F is Cyan = 0.70, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 5 | 143 | - |
| CMYK | 0.70 | 0.97 | 0 | 0.44 |
| HSL | 256.52º | 0.93% | 0.29% | - |
| HSV(B) | 256.52º | 0.97% | 0.56% | - |
| XYZ | 6.01 | 2.61 | 26.17 | - |
| YUV | 32.09 | 190.59 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 143 | 0.70 | 0.97 | 0 | 0.44 | 256.52 | 0.93 | 0.29 |
| Hex | 2B | 5 | 8F | 46 | 61 | 0 | 2C | 101 | 5D | 1D |
| Octal | 53 | 5 | 217 | 106 | 141 | 0 | 54 | 401 | 135 | 35 |
| Binary | 101011 | 101 | 10001111 | 1000110 | 1100001 | 0 | 101100 | 100000001 | 1011101 | 11101 |
Color Harmonies of #2B058F
Complementary color
Monochromatic Colors of #2B058F
Black with #2B058F
Text Example
Text Example
White with #2B058F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B058F; }
p { color: rgb(43,5,143); }
H1.HeaderClassName
{
color: #2B058F;
}
.AnyTagClassName
{
color: #2B058F;
}
</style>
background-color css
<style>
a { background-color: #2B058F; }
a { background-color: rgb(43,5,143); }
div.DivClassName
{
background-color: #2B058F;
}
.BgClassName
{
background-color: #2B058F;
}
</style>
border-color css
<style>
span { border-color: #2B058F; }
span { border-color: rgb(43,5,143); }
td.TdClassName
{
border-color: #2B058F;
}
.TagClassName
{
border-color: #2B058F;
}
</style>