Shades of Persian Indigo #2B0885
Tints of Persian Indigo #2B0885
RGB
CMYK
RGB Variations
Color information
#2B0885 (or 0x2B0885) is known color: Persian Indigo. HEX triplet: 2B, 08 and 85. RGB value is (43,8,133). Sum of RGB (Red+Green+Blue) = 43+8+133=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 133 (52.34% from 255 or 72.28% from 184); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B0885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0885 is #D4F77A. Grayscale: #202020. Windows color (decimal): -13956987 or 8718379. OLE color: 8718379.
HSL color Cylindrical-coordinate representation of color #2B0885: hue angle of 256.8º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0885 is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 8 | 133 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.48 |
| HSL | 256.8º | 0.89% | 0.28% | - |
| HSV(B) | 256.8º | 0.94% | 0.52% | - |
| XYZ | 5.32 | 2.38 | 22.37 | - |
| YUV | 32.72 | 184.6 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 8 | 133 | 0.68 | 0.94 | 0 | 0.48 | 256.8 | 0.89 | 0.28 |
| Hex | 2B | 8 | 85 | 44 | 5E | 0 | 30 | 101 | 59 | 1C |
| Octal | 53 | 10 | 205 | 104 | 136 | 0 | 60 | 401 | 131 | 34 |
| Binary | 101011 | 1000 | 10000101 | 1000100 | 1011110 | 0 | 110000 | 100000001 | 1011001 | 11100 |
Color Harmonies of #2B0885
Complementary color
Monochromatic Colors of #2B0885
Black with #2B0885
Text Example
Text Example
White with #2B0885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0885; }
p { color: rgb(43,8,133); }
H1.HeaderClassName
{
color: #2B0885;
}
.AnyTagClassName
{
color: #2B0885;
}
</style>
background-color css
<style>
a { background-color: #2B0885; }
a { background-color: rgb(43,8,133); }
div.DivClassName
{
background-color: #2B0885;
}
.BgClassName
{
background-color: #2B0885;
}
</style>
border-color css
<style>
span { border-color: #2B0885; }
span { border-color: rgb(43,8,133); }
td.TdClassName
{
border-color: #2B0885;
}
.TagClassName
{
border-color: #2B0885;
}
</style>