Shades of Persian Indigo #2B088B
Tints of Persian Indigo #2B088B
RGB
CMYK
RGB Variations
Color information
#2B088B (or 0x2B088B) is known color: Persian Indigo. HEX triplet: 2B, 08 and 8B. RGB value is (43,8,139). Sum of RGB (Red+Green+Blue) = 43+8+139=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 8 (3.52% from 255 or 4.21% from 190); Blue value is 139 (54.69% from 255 or 73.16% from 190); Max value from RGB is 139 - color contains mainly: blue. Hex color #2B088B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B088B is #D4F774. Grayscale: #202020. Windows color (decimal): -13956981 or 9111595. OLE color: 9111595.
HSL color Cylindrical-coordinate representation of color #2B088B: hue angle of 256.03º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B088B is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 8 | 139 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.45 |
| HSL | 256.03º | 0.89% | 0.29% | - |
| HSV(B) | 256.03º | 0.94% | 0.55% | - |
| XYZ | 5.74 | 2.55 | 24.62 | - |
| YUV | 33.4 | 187.6 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 139 | 0.69 | 0.94 | 0 | 0.45 | 256.03 | 0.89 | 0.29 |
| Hex | 2B | 8 | 8B | 45 | 5E | 0 | 2D | 100 | 59 | 1D |
| Octal | 53 | 10 | 213 | 105 | 136 | 0 | 55 | 400 | 131 | 35 |
| Binary | 101011 | 1000 | 10001011 | 1000101 | 1011110 | 0 | 101101 | 100000000 | 1011001 | 11101 |
Color Harmonies of #2B088B
Complementary color
Monochromatic Colors of #2B088B
Black with #2B088B
Text Example
Text Example
White with #2B088B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B088B; }
p { color: rgb(43,8,139); }
H1.HeaderClassName
{
color: #2B088B;
}
.AnyTagClassName
{
color: #2B088B;
}
</style>
background-color css
<style>
a { background-color: #2B088B; }
a { background-color: rgb(43,8,139); }
div.DivClassName
{
background-color: #2B088B;
}
.BgClassName
{
background-color: #2B088B;
}
</style>
border-color css
<style>
span { border-color: #2B088B; }
span { border-color: rgb(43,8,139); }
td.TdClassName
{
border-color: #2B088B;
}
.TagClassName
{
border-color: #2B088B;
}
</style>