Shades of Persian Indigo #2B217B
Tints of Persian Indigo #2B217B
RGB
CMYK
RGB Variations
Color information
#2B217B (or 0x2B217B) is known color: Persian Indigo. HEX triplet: 2B, 21 and 7B. RGB value is (43,33,123). Sum of RGB (Red+Green+Blue) = 43+33+123=199 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.61% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 123 (48.44% from 255 or 61.81% from 199); Max value from RGB is 123 - color contains mainly: blue. Hex color #2B217B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B217B is #D4DE84. Grayscale: #2D2D2D. Windows color (decimal): -13950597 or 8069419. OLE color: 8069419.
HSL color Cylindrical-coordinate representation of color #2B217B: hue angle of 246.67º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B217B is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 43 | 33 | 123 | - |
| CMYK | 0.65 | 0.73 | 0 | 0.52 |
| HSL | 246.67º | 0.58% | 0.31% | - |
| HSV(B) | 246.67º | 0.73% | 0.48% | - |
| XYZ | 5.12 | 3.03 | 19.05 | - |
| YUV | 46.25 | 171.31 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 33 | 123 | 0.65 | 0.73 | 0 | 0.52 | 246.67 | 0.58 | 0.31 |
| Hex | 2B | 21 | 7B | 41 | 49 | 0 | 34 | F7 | 3A | 1F |
| Octal | 53 | 41 | 173 | 101 | 111 | 0 | 64 | 367 | 72 | 37 |
| Binary | 101011 | 100001 | 1111011 | 1000001 | 1001001 | 0 | 110100 | 11110111 | 111010 | 11111 |
Color Harmonies of #2B217B
Complementary color
Monochromatic Colors of #2B217B
Black with #2B217B
Text Example
Text Example
White with #2B217B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B217B; }
p { color: rgb(43,33,123); }
H1.HeaderClassName
{
color: #2B217B;
}
.AnyTagClassName
{
color: #2B217B;
}
</style>
background-color css
<style>
a { background-color: #2B217B; }
a { background-color: rgb(43,33,123); }
div.DivClassName
{
background-color: #2B217B;
}
.BgClassName
{
background-color: #2B217B;
}
</style>
border-color css
<style>
span { border-color: #2B217B; }
span { border-color: rgb(43,33,123); }
td.TdClassName
{
border-color: #2B217B;
}
.TagClassName
{
border-color: #2B217B;
}
</style>