Shades of Persian Indigo #2B0D69
Tints of Persian Indigo #2B0D69
RGB
CMYK
RGB Variations
Color information
#2B0D69 (or 0x2B0D69) is known color: Persian Indigo. HEX triplet: 2B, 0D and 69. RGB value is (43,13,105). Sum of RGB (Red+Green+Blue) = 43+13+105=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 105 (41.41% from 255 or 65.22% from 161); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B0D69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0D69 is #D4F296. Grayscale: #202020. Windows color (decimal): -13955735 or 6884651. OLE color: 6884651.
HSL color Cylindrical-coordinate representation of color #2B0D69: hue angle of 259.57º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B0D69 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 13 | 105 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.59 |
| HSL | 259.57º | 0.78% | 0.23% | - |
| HSV(B) | 259.57º | 0.88% | 0.41% | - |
| XYZ | 3.69 | 1.82 | 13.52 | - |
| YUV | 32.46 | 168.94 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 13 | 105 | 0.59 | 0.88 | 0 | 0.59 | 259.57 | 0.78 | 0.23 |
| Hex | 2B | D | 69 | 3B | 58 | 0 | 3B | 104 | 4E | 17 |
| Octal | 53 | 15 | 151 | 73 | 130 | 0 | 73 | 404 | 116 | 27 |
| Binary | 101011 | 1101 | 1101001 | 111011 | 1011000 | 0 | 111011 | 100000100 | 1001110 | 10111 |
Color Harmonies of #2B0D69
Complementary color
Monochromatic Colors of #2B0D69
Black with #2B0D69
Text Example
Text Example
White with #2B0D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0D69; }
p { color: rgb(43,13,105); }
H1.HeaderClassName
{
color: #2B0D69;
}
.AnyTagClassName
{
color: #2B0D69;
}
</style>
background-color css
<style>
a { background-color: #2B0D69; }
a { background-color: rgb(43,13,105); }
div.DivClassName
{
background-color: #2B0D69;
}
.BgClassName
{
background-color: #2B0D69;
}
</style>
border-color css
<style>
span { border-color: #2B0D69; }
span { border-color: rgb(43,13,105); }
td.TdClassName
{
border-color: #2B0D69;
}
.TagClassName
{
border-color: #2B0D69;
}
</style>