Shades of Persian Indigo #2B0269
Tints of Persian Indigo #2B0269
RGB
CMYK
RGB Variations
Color information
#2B0269 (or 0x2B0269) is known color: Persian Indigo. HEX triplet: 2B, 02 and 69. RGB value is (43,2,105). Sum of RGB (Red+Green+Blue) = 43+2+105=150 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.67% from 150); Green value is 2 (1.17% from 255 or 1.33% from 150); Blue value is 105 (41.41% from 255 or 70% from 150); Max value from RGB is 105 - color contains mainly: blue. Hex color #2B0269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0269 is #D4FD96. Grayscale: #191919. Windows color (decimal): -13958551 or 6881835. OLE color: 6881835.
HSL color Cylindrical-coordinate representation of color #2B0269: hue angle of 263.88º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B0269 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 43 | 2 | 105 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.59 |
| HSL | 263.88º | 0.96% | 0.21% | - |
| HSV(B) | 263.88º | 0.98% | 0.41% | - |
| XYZ | 3.57 | 1.58 | 13.48 | - |
| YUV | 26 | 172.58 | 140.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 2 | 105 | 0.59 | 0.98 | 0 | 0.59 | 263.88 | 0.96 | 0.21 |
| Hex | 2B | 2 | 69 | 3B | 62 | 0 | 3B | 108 | 60 | 15 |
| Octal | 53 | 2 | 151 | 73 | 142 | 0 | 73 | 410 | 140 | 25 |
| Binary | 101011 | 10 | 1101001 | 111011 | 1100010 | 0 | 111011 | 100001000 | 1100000 | 10101 |
Color Harmonies of #2B0269
Complementary color
Monochromatic Colors of #2B0269
Black with #2B0269
Text Example
Text Example
White with #2B0269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0269; }
p { color: rgb(43,2,105); }
H1.HeaderClassName
{
color: #2B0269;
}
.AnyTagClassName
{
color: #2B0269;
}
</style>
background-color css
<style>
a { background-color: #2B0269; }
a { background-color: rgb(43,2,105); }
div.DivClassName
{
background-color: #2B0269;
}
.BgClassName
{
background-color: #2B0269;
}
</style>
border-color css
<style>
span { border-color: #2B0269; }
span { border-color: rgb(43,2,105); }
td.TdClassName
{
border-color: #2B0269;
}
.TagClassName
{
border-color: #2B0269;
}
</style>