Shades of Persian Indigo #2B1080
Tints of Persian Indigo #2B1080
RGB
CMYK
RGB Variations
Color information
#2B1080 (or 0x2B1080) is known color: Persian Indigo. HEX triplet: 2B, 10 and 80. RGB value is (43,16,128). Sum of RGB (Red+Green+Blue) = 43+16+128=187 (24% of max value = 765). Red value is 43 (17.19% from 255 or 22.99% from 187); Green value is 16 (6.64% from 255 or 8.56% from 187); Blue value is 128 (50.39% from 255 or 68.45% from 187); Max value from RGB is 128 - color contains mainly: blue. Hex color #2B1080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1080 is #D4EF7F. Grayscale: #242424. Windows color (decimal): -13954944 or 8392747. OLE color: 8392747.
HSL color Cylindrical-coordinate representation of color #2B1080: hue angle of 254.46º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B1080 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 16 | 128 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.50 |
| HSL | 254.46º | 0.78% | 0.28% | - |
| HSV(B) | 254.46º | 0.88% | 0.5% | - |
| XYZ | 5.08 | 2.44 | 20.63 | - |
| YUV | 36.84 | 179.45 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 16 | 128 | 0.66 | 0.88 | 0 | 0.50 | 254.46 | 0.78 | 0.28 |
| Hex | 2B | 10 | 80 | 42 | 58 | 0 | 32 | FE | 4E | 1C |
| Octal | 53 | 20 | 200 | 102 | 130 | 0 | 62 | 376 | 116 | 34 |
| Binary | 101011 | 10000 | 10000000 | 1000010 | 1011000 | 0 | 110010 | 11111110 | 1001110 | 11100 |
Color Harmonies of #2B1080
Complementary color
Monochromatic Colors of #2B1080
Black with #2B1080
Text Example
Text Example
White with #2B1080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1080; }
p { color: rgb(43,16,128); }
H1.HeaderClassName
{
color: #2B1080;
}
.AnyTagClassName
{
color: #2B1080;
}
</style>
background-color css
<style>
a { background-color: #2B1080; }
a { background-color: rgb(43,16,128); }
div.DivClassName
{
background-color: #2B1080;
}
.BgClassName
{
background-color: #2B1080;
}
</style>
border-color css
<style>
span { border-color: #2B1080; }
span { border-color: rgb(43,16,128); }
td.TdClassName
{
border-color: #2B1080;
}
.TagClassName
{
border-color: #2B1080;
}
</style>