Shades of Persian Indigo #2B0085
Tints of Persian Indigo #2B0085
RGB
CMYK
RGB Variations
Color information
#2B0085 (or 0x2B0085) is known color: Persian Indigo. HEX triplet: 2B, 00 and 85. RGB value is (43,0,133). Sum of RGB (Red+Green+Blue) = 43+0+133=176 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.43% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 133 (52.34% from 255 or 75.57% from 176); Max value from RGB is 133 - color contains mainly: blue. Hex color #2B0085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0085 is #D4FF7A. Grayscale: #1B1B1B. Windows color (decimal): -13959035 or 8716331. OLE color: 8716331.
HSL color Cylindrical-coordinate representation of color #2B0085: hue angle of 259.4º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B0085 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 43 | 0 | 133 | - |
| CMYK | 0.68 | 1 | 0 | 0.48 |
| HSL | 259.4º | 1% | 0.26% | - |
| HSV(B) | 259.4º | 1% | 0.52% | - |
| XYZ | 5.23 | 2.21 | 22.34 | - |
| YUV | 28.02 | 187.25 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 133 | 0.68 | 1 | 0 | 0.48 | 259.4 | 1 | 0.26 |
| Hex | 2B | 0 | 85 | 44 | 64 | 0 | 30 | 103 | 64 | 1A |
| Octal | 53 | 0 | 205 | 104 | 144 | 0 | 60 | 403 | 144 | 32 |
| Binary | 101011 | 0 | 10000101 | 1000100 | 1100100 | 0 | 110000 | 100000011 | 1100100 | 11010 |
Color Harmonies of #2B0085
Complementary color
Monochromatic Colors of #2B0085
Black with #2B0085
Text Example
Text Example
White with #2B0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0085; }
p { color: rgb(43,0,133); }
H1.HeaderClassName
{
color: #2B0085;
}
.AnyTagClassName
{
color: #2B0085;
}
</style>
background-color css
<style>
a { background-color: #2B0085; }
a { background-color: rgb(43,0,133); }
div.DivClassName
{
background-color: #2B0085;
}
.BgClassName
{
background-color: #2B0085;
}
</style>
border-color css
<style>
span { border-color: #2B0085; }
span { border-color: rgb(43,0,133); }
td.TdClassName
{
border-color: #2B0085;
}
.TagClassName
{
border-color: #2B0085;
}
</style>