Shades of Persian Indigo #2B005E
Tints of Persian Indigo #2B005E
RGB
CMYK
RGB Variations
Color information
#2B005E (or 0x2B005E) is known color: Persian Indigo. HEX triplet: 2B, 00 and 5E. RGB value is (43,0,94). Sum of RGB (Red+Green+Blue) = 43+0+94=137 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.39% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 94 (37.11% from 255 or 68.61% from 137); Max value from RGB is 94 - color contains mainly: blue. Hex color #2B005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B005E is #D4FFA1. Grayscale: #171717. Windows color (decimal): -13959074 or 6160427. OLE color: 6160427.
HSL color Cylindrical-coordinate representation of color #2B005E: hue angle of 267.45º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B005E is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 43 | 0 | 94 | - |
| CMYK | 0.54 | 1 | 0 | 0.63 |
| HSL | 267.45º | 1% | 0.18% | - |
| HSV(B) | 267.45º | 1% | 0.37% | - |
| XYZ | 3.02 | 1.32 | 10.69 | - |
| YUV | 23.57 | 167.75 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 94 | 0.54 | 1 | 0 | 0.63 | 267.45 | 1 | 0.18 |
| Hex | 2B | 0 | 5E | 36 | 64 | 0 | 3F | 10B | 64 | 12 |
| Octal | 53 | 0 | 136 | 66 | 144 | 0 | 77 | 413 | 144 | 22 |
| Binary | 101011 | 0 | 1011110 | 110110 | 1100100 | 0 | 111111 | 100001011 | 1100100 | 10010 |
Color Harmonies of #2B005E
Complementary color
Monochromatic Colors of #2B005E
Black with #2B005E
Text Example
Text Example
White with #2B005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B005E; }
p { color: rgb(43,0,94); }
H1.HeaderClassName
{
color: #2B005E;
}
.AnyTagClassName
{
color: #2B005E;
}
</style>
background-color css
<style>
a { background-color: #2B005E; }
a { background-color: rgb(43,0,94); }
div.DivClassName
{
background-color: #2B005E;
}
.BgClassName
{
background-color: #2B005E;
}
</style>
border-color css
<style>
span { border-color: #2B005E; }
span { border-color: rgb(43,0,94); }
td.TdClassName
{
border-color: #2B005E;
}
.TagClassName
{
border-color: #2B005E;
}
</style>