Shades of Persian Indigo #2B1493
Tints of Persian Indigo #2B1493
RGB
CMYK
RGB Variations
Color information
#2B1493 (or 0x2B1493) is known color: Persian Indigo. HEX triplet: 2B, 14 and 93. RGB value is (43,20,147). Sum of RGB (Red+Green+Blue) = 43+20+147=210 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.48% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #2B1493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1493 is #D4EB6C. Grayscale: #282828. Windows color (decimal): -13953901 or 9638955. OLE color: 9638955.
HSL color Cylindrical-coordinate representation of color #2B1493: hue angle of 250.87º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B1493 is Cyan = 0.71, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 43 | 20 | 147 | - |
| CMYK | 0.71 | 0.86 | 0 | 0.42 |
| HSL | 250.87º | 0.76% | 0.33% | - |
| HSV(B) | 250.87º | 0.86% | 0.58% | - |
| XYZ | 6.51 | 3.12 | 27.86 | - |
| YUV | 41.36 | 187.62 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 20 | 147 | 0.71 | 0.86 | 0 | 0.42 | 250.87 | 0.76 | 0.33 |
| Hex | 2B | 14 | 93 | 47 | 56 | 0 | 2A | FB | 4C | 21 |
| Octal | 53 | 24 | 223 | 107 | 126 | 0 | 52 | 373 | 114 | 41 |
| Binary | 101011 | 10100 | 10010011 | 1000111 | 1010110 | 0 | 101010 | 11111011 | 1001100 | 100001 |
Color Harmonies of #2B1493
Complementary color
Monochromatic Colors of #2B1493
Black with #2B1493
Text Example
Text Example
White with #2B1493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1493; }
p { color: rgb(43,20,147); }
H1.HeaderClassName
{
color: #2B1493;
}
.AnyTagClassName
{
color: #2B1493;
}
</style>
background-color css
<style>
a { background-color: #2B1493; }
a { background-color: rgb(43,20,147); }
div.DivClassName
{
background-color: #2B1493;
}
.BgClassName
{
background-color: #2B1493;
}
</style>
border-color css
<style>
span { border-color: #2B1493; }
span { border-color: rgb(43,20,147); }
td.TdClassName
{
border-color: #2B1493;
}
.TagClassName
{
border-color: #2B1493;
}
</style>