Shades of Persian Indigo #2B1F8C
Tints of Persian Indigo #2B1F8C
RGB
CMYK
RGB Variations
Color information
#2B1F8C (or 0x2B1F8C) is known color: Persian Indigo. HEX triplet: 2B, 1F and 8C. RGB value is (43,31,140). Sum of RGB (Red+Green+Blue) = 43+31+140=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 140 (55.08% from 255 or 65.42% from 214); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B1F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1F8C is #D4E073. Grayscale: #2E2E2E. Windows color (decimal): -13951092 or 9183019. OLE color: 9183019.
HSL color Cylindrical-coordinate representation of color #2B1F8C: hue angle of 246.61º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B1F8C is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 31 | 140 | - |
| CMYK | 0.69 | 0.78 | 0 | 0.45 |
| HSL | 246.61º | 0.64% | 0.34% | - |
| HSV(B) | 246.61º | 0.78% | 0.55% | - |
| XYZ | 6.22 | 3.39 | 25.14 | - |
| YUV | 47.01 | 180.48 | 125.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 31 | 140 | 0.69 | 0.78 | 0 | 0.45 | 246.61 | 0.64 | 0.34 |
| Hex | 2B | 1F | 8C | 45 | 4E | 0 | 2D | F7 | 40 | 22 |
| Octal | 53 | 37 | 214 | 105 | 116 | 0 | 55 | 367 | 100 | 42 |
| Binary | 101011 | 11111 | 10001100 | 1000101 | 1001110 | 0 | 101101 | 11110111 | 1000000 | 100010 |
Color Harmonies of #2B1F8C
Complementary color
Monochromatic Colors of #2B1F8C
Black with #2B1F8C
Text Example
Text Example
White with #2B1F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1F8C; }
p { color: rgb(43,31,140); }
H1.HeaderClassName
{
color: #2B1F8C;
}
.AnyTagClassName
{
color: #2B1F8C;
}
</style>
background-color css
<style>
a { background-color: #2B1F8C; }
a { background-color: rgb(43,31,140); }
div.DivClassName
{
background-color: #2B1F8C;
}
.BgClassName
{
background-color: #2B1F8C;
}
</style>
border-color css
<style>
span { border-color: #2B1F8C; }
span { border-color: rgb(43,31,140); }
td.TdClassName
{
border-color: #2B1F8C;
}
.TagClassName
{
border-color: #2B1F8C;
}
</style>