Shades of Persian Indigo #2B0A66
Tints of Persian Indigo #2B0A66
RGB
CMYK
RGB Variations
Color information
#2B0A66 (or 0x2B0A66) is known color: Persian Indigo. HEX triplet: 2B, 0A and 66. RGB value is (43,10,102). Sum of RGB (Red+Green+Blue) = 43+10+102=155 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.74% from 155); Green value is 10 (4.30% from 255 or 6.45% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #2B0A66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B0A66 is #D4F599. Grayscale: #1E1E1E. Windows color (decimal): -13956506 or 6687275. OLE color: 6687275.
HSL color Cylindrical-coordinate representation of color #2B0A66: hue angle of 261.52º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2B0A66 is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 43 | 10 | 102 | - |
| CMYK | 0.58 | 0.90 | 0 | 0.6 |
| HSL | 261.52º | 0.82% | 0.22% | - |
| HSV(B) | 261.52º | 0.9% | 0.4% | - |
| XYZ | 3.5 | 1.69 | 12.71 | - |
| YUV | 30.36 | 168.43 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 10 | 102 | 0.58 | 0.90 | 0 | 0.6 | 261.52 | 0.82 | 0.22 |
| Hex | 2B | A | 66 | 3A | 5A | 0 | 3C | 106 | 52 | 16 |
| Octal | 53 | 12 | 146 | 72 | 132 | 0 | 74 | 406 | 122 | 26 |
| Binary | 101011 | 1010 | 1100110 | 111010 | 1011010 | 0 | 111100 | 100000110 | 1010010 | 10110 |
Color Harmonies of #2B0A66
Complementary color
Monochromatic Colors of #2B0A66
Black with #2B0A66
Text Example
Text Example
White with #2B0A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B0A66; }
p { color: rgb(43,10,102); }
H1.HeaderClassName
{
color: #2B0A66;
}
.AnyTagClassName
{
color: #2B0A66;
}
</style>
background-color css
<style>
a { background-color: #2B0A66; }
a { background-color: rgb(43,10,102); }
div.DivClassName
{
background-color: #2B0A66;
}
.BgClassName
{
background-color: #2B0A66;
}
</style>
border-color css
<style>
span { border-color: #2B0A66; }
span { border-color: rgb(43,10,102); }
td.TdClassName
{
border-color: #2B0A66;
}
.TagClassName
{
border-color: #2B0A66;
}
</style>