Shades of Persian Indigo #2B0F88
Tints of Persian Indigo #2B0F88
RGB
CMYK
RGB Variations
Color information
#2B0F88 (or 0x2B0F88) is known color: Persian Indigo. HEX triplet: 2B, 0F and 88. RGB value is (43,15,136). Sum of RGB (Red+Green+Blue) = 43+15+136=194 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.16% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 136 (53.52% from 255 or 70.10% from 194); Max value from RGB is 136 - color contains mainly: blue. Hex color #2B0F88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0F88 is #D4F077. Grayscale: #242424. Windows color (decimal): -13955192 or 8916779. OLE color: 8916779.
HSL color Cylindrical-coordinate representation of color #2B0F88: hue angle of 253.88º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2B0F88 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 43 | 15 | 136 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.47 |
| HSL | 253.88º | 0.8% | 0.3% | - |
| HSV(B) | 253.88º | 0.89% | 0.53% | - |
| XYZ | 5.61 | 2.63 | 23.51 | - |
| YUV | 37.17 | 183.78 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 15 | 136 | 0.68 | 0.89 | 0 | 0.47 | 253.88 | 0.8 | 0.3 |
| Hex | 2B | F | 88 | 44 | 59 | 0 | 2F | FE | 50 | 1E |
| Octal | 53 | 17 | 210 | 104 | 131 | 0 | 57 | 376 | 120 | 36 |
| Binary | 101011 | 1111 | 10001000 | 1000100 | 1011001 | 0 | 101111 | 11111110 | 1010000 | 11110 |
Color Harmonies of #2B0F88
Complementary color
Monochromatic Colors of #2B0F88
Black with #2B0F88
Text Example
Text Example
White with #2B0F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0F88; }
p { color: rgb(43,15,136); }
H1.HeaderClassName
{
color: #2B0F88;
}
.AnyTagClassName
{
color: #2B0F88;
}
</style>
background-color css
<style>
a { background-color: #2B0F88; }
a { background-color: rgb(43,15,136); }
div.DivClassName
{
background-color: #2B0F88;
}
.BgClassName
{
background-color: #2B0F88;
}
</style>
border-color css
<style>
span { border-color: #2B0F88; }
span { border-color: rgb(43,15,136); }
td.TdClassName
{
border-color: #2B0F88;
}
.TagClassName
{
border-color: #2B0F88;
}
</style>