Shades of Persian Indigo #2B088E
Tints of Persian Indigo #2B088E
RGB
CMYK
RGB Variations
Color information
#2B088E (or 0x2B088E) is known color: Persian Indigo. HEX triplet: 2B, 08 and 8E. RGB value is (43,8,142). Sum of RGB (Red+Green+Blue) = 43+8+142=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 142 (55.86% from 255 or 73.58% from 193); Max value from RGB is 142 - color contains mainly: blue. Hex color #2B088E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B088E is #D4F771. Grayscale: #212121. Windows color (decimal): -13956978 or 9308203. OLE color: 9308203.
HSL color Cylindrical-coordinate representation of color #2B088E: hue angle of 255.67º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B088E is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 43 | 8 | 142 | - |
| CMYK | 0.70 | 0.94 | 0 | 0.44 |
| HSL | 255.67º | 0.89% | 0.29% | - |
| HSV(B) | 255.67º | 0.94% | 0.56% | - |
| XYZ | 5.97 | 2.64 | 25.79 | - |
| YUV | 33.74 | 189.1 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 142 | 0.70 | 0.94 | 0 | 0.44 | 255.67 | 0.89 | 0.29 |
| Hex | 2B | 8 | 8E | 46 | 5E | 0 | 2C | 100 | 59 | 1D |
| Octal | 53 | 10 | 216 | 106 | 136 | 0 | 54 | 400 | 131 | 35 |
| Binary | 101011 | 1000 | 10001110 | 1000110 | 1011110 | 0 | 101100 | 100000000 | 1011001 | 11101 |
Color Harmonies of #2B088E
Complementary color
Monochromatic Colors of #2B088E
Black with #2B088E
Text Example
Text Example
White with #2B088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B088E; }
p { color: rgb(43,8,142); }
H1.HeaderClassName
{
color: #2B088E;
}
.AnyTagClassName
{
color: #2B088E;
}
</style>
background-color css
<style>
a { background-color: #2B088E; }
a { background-color: rgb(43,8,142); }
div.DivClassName
{
background-color: #2B088E;
}
.BgClassName
{
background-color: #2B088E;
}
</style>
border-color css
<style>
span { border-color: #2B088E; }
span { border-color: rgb(43,8,142); }
td.TdClassName
{
border-color: #2B088E;
}
.TagClassName
{
border-color: #2B088E;
}
</style>