Shades of Persian Indigo #2B058E
Tints of Persian Indigo #2B058E
RGB
CMYK
RGB Variations
Color information
#2B058E (or 0x2B058E) is known color: Persian Indigo. HEX triplet: 2B, 05 and 8E. RGB value is (43,5,142). Sum of RGB (Red+Green+Blue) = 43+5+142=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 142 (55.86% from 255 or 74.74% from 190); Max value from RGB is 142 - color contains mainly: blue. Hex color #2B058E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B058E is #D4FA71. Grayscale: #1F1F1F. Windows color (decimal): -13957746 or 9307435. OLE color: 9307435.
HSL color Cylindrical-coordinate representation of color #2B058E: hue angle of 256.64º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2B058E is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 5 | 142 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.44 |
| HSL | 256.64º | 0.93% | 0.29% | - |
| HSV(B) | 256.64º | 0.96% | 0.56% | - |
| XYZ | 5.93 | 2.58 | 25.78 | - |
| YUV | 31.98 | 190.09 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 5 | 142 | 0.70 | 0.96 | 0 | 0.44 | 256.64 | 0.93 | 0.29 |
| Hex | 2B | 5 | 8E | 46 | 60 | 0 | 2C | 101 | 5D | 1D |
| Octal | 53 | 5 | 216 | 106 | 140 | 0 | 54 | 401 | 135 | 35 |
| Binary | 101011 | 101 | 10001110 | 1000110 | 1100000 | 0 | 101100 | 100000001 | 1011101 | 11101 |
Color Harmonies of #2B058E
Complementary color
Monochromatic Colors of #2B058E
Black with #2B058E
Text Example
Text Example
White with #2B058E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B058E; }
p { color: rgb(43,5,142); }
H1.HeaderClassName
{
color: #2B058E;
}
.AnyTagClassName
{
color: #2B058E;
}
</style>
background-color css
<style>
a { background-color: #2B058E; }
a { background-color: rgb(43,5,142); }
div.DivClassName
{
background-color: #2B058E;
}
.BgClassName
{
background-color: #2B058E;
}
</style>
border-color css
<style>
span { border-color: #2B058E; }
span { border-color: rgb(43,5,142); }
td.TdClassName
{
border-color: #2B058E;
}
.TagClassName
{
border-color: #2B058E;
}
</style>