Shades of Persian Indigo #2B0069
Tints of Persian Indigo #2B0069
RGB
CMYK
RGB Variations
Color information
#2B0069 (or 0x2B0069) is known color: Persian Indigo. HEX triplet: 2B, 00 and 69. RGB value is (43,0,105). Sum of RGB (Red+Green+Blue) = 43+0+105=148 (19% of max value = 765). Red value is 43 (17.19% from 255 or 29.05% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 105 (41.41% from 255 or 70.95% from 148); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B0069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0069 is #D4FF96. Grayscale: #181818. Windows color (decimal): -13959063 or 6881323. OLE color: 6881323.
HSL color Cylindrical-coordinate representation of color #2B0069: hue angle of 264.57º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B0069 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 0 | 105 | - |
| CMYK | 0.59 | 1 | 0 | 0.59 |
| HSL | 264.57º | 1% | 0.21% | - |
| HSV(B) | 264.57º | 1% | 0.41% | - |
| XYZ | 3.55 | 1.53 | 13.47 | - |
| YUV | 24.83 | 173.25 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 0 | 105 | 0.59 | 1 | 0 | 0.59 | 264.57 | 1 | 0.21 |
| Hex | 2B | 0 | 69 | 3B | 64 | 0 | 3B | 109 | 64 | 15 |
| Octal | 53 | 0 | 151 | 73 | 144 | 0 | 73 | 411 | 144 | 25 |
| Binary | 101011 | 0 | 1101001 | 111011 | 1100100 | 0 | 111011 | 100001001 | 1100100 | 10101 |
Color Harmonies of #2B0069
Complementary color
Monochromatic Colors of #2B0069
Black with #2B0069
Text Example
Text Example
White with #2B0069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0069; }
p { color: rgb(43,0,105); }
H1.HeaderClassName
{
color: #2B0069;
}
.AnyTagClassName
{
color: #2B0069;
}
</style>
background-color css
<style>
a { background-color: #2B0069; }
a { background-color: rgb(43,0,105); }
div.DivClassName
{
background-color: #2B0069;
}
.BgClassName
{
background-color: #2B0069;
}
</style>
border-color css
<style>
span { border-color: #2B0069; }
span { border-color: rgb(43,0,105); }
td.TdClassName
{
border-color: #2B0069;
}
.TagClassName
{
border-color: #2B0069;
}
</style>