Shades of Persian Indigo #2B088A
Tints of Persian Indigo #2B088A
RGB
CMYK
RGB Variations
Color information
#2B088A (or 0x2B088A) is known color: Persian Indigo. HEX triplet: 2B, 08 and 8A. RGB value is (43,8,138). Sum of RGB (Red+Green+Blue) = 43+8+138=189 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.75% from 189); Green value is 8 (3.52% from 255 or 4.23% from 189); Blue value is 138 (54.30% from 255 or 73.02% from 189); Max value from RGB is 138 - color contains mainly: blue. Hex color #2B088A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B088A is #D4F775. Grayscale: #202020. Windows color (decimal): -13956982 or 9046059. OLE color: 9046059.
HSL color Cylindrical-coordinate representation of color #2B088A: hue angle of 256.15º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B088A is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 43 | 8 | 138 | - |
| CMYK | 0.69 | 0.94 | 0 | 0.46 |
| HSL | 256.15º | 0.89% | 0.29% | - |
| HSV(B) | 256.15º | 0.94% | 0.54% | - |
| XYZ | 5.67 | 2.52 | 24.23 | - |
| YUV | 33.29 | 187.1 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 138 | 0.69 | 0.94 | 0 | 0.46 | 256.15 | 0.89 | 0.29 |
| Hex | 2B | 8 | 8A | 45 | 5E | 0 | 2E | 100 | 59 | 1D |
| Octal | 53 | 10 | 212 | 105 | 136 | 0 | 56 | 400 | 131 | 35 |
| Binary | 101011 | 1000 | 10001010 | 1000101 | 1011110 | 0 | 101110 | 100000000 | 1011001 | 11101 |
Color Harmonies of #2B088A
Complementary color
Monochromatic Colors of #2B088A
Black with #2B088A
Text Example
Text Example
White with #2B088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B088A; }
p { color: rgb(43,8,138); }
H1.HeaderClassName
{
color: #2B088A;
}
.AnyTagClassName
{
color: #2B088A;
}
</style>
background-color css
<style>
a { background-color: #2B088A; }
a { background-color: rgb(43,8,138); }
div.DivClassName
{
background-color: #2B088A;
}
.BgClassName
{
background-color: #2B088A;
}
</style>
border-color css
<style>
span { border-color: #2B088A; }
span { border-color: rgb(43,8,138); }
td.TdClassName
{
border-color: #2B088A;
}
.TagClassName
{
border-color: #2B088A;
}
</style>