Shades of Persian Indigo #2B1F7F
Tints of Persian Indigo #2B1F7F
RGB
CMYK
RGB Variations
Color information
#2B1F7F (or 0x2B1F7F) is known color: Persian Indigo. HEX triplet: 2B, 1F and 7F. RGB value is (43,31,127). Sum of RGB (Red+Green+Blue) = 43+31+127=201 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.39% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 127 (50% from 255 or 63.18% from 201); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B1F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B1F7F is #D4E080. Grayscale: #2D2D2D. Windows color (decimal): -13951105 or 8331051. OLE color: 8331051.
HSL color Cylindrical-coordinate representation of color #2B1F7F: hue angle of 247.5º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B1F7F is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 43 | 31 | 127 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.50 |
| HSL | 247.5º | 0.61% | 0.31% | - |
| HSV(B) | 247.5º | 0.76% | 0.5% | - |
| XYZ | 5.32 | 3.03 | 20.38 | - |
| YUV | 45.53 | 173.98 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 31 | 127 | 0.66 | 0.76 | 0 | 0.50 | 247.5 | 0.61 | 0.31 |
| Hex | 2B | 1F | 7F | 42 | 4C | 0 | 32 | F8 | 3D | 1F |
| Octal | 53 | 37 | 177 | 102 | 114 | 0 | 62 | 370 | 75 | 37 |
| Binary | 101011 | 11111 | 1111111 | 1000010 | 1001100 | 0 | 110010 | 11111000 | 111101 | 11111 |
Color Harmonies of #2B1F7F
Complementary color
Monochromatic Colors of #2B1F7F
Black with #2B1F7F
Text Example
Text Example
White with #2B1F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B1F7F; }
p { color: rgb(43,31,127); }
H1.HeaderClassName
{
color: #2B1F7F;
}
.AnyTagClassName
{
color: #2B1F7F;
}
</style>
background-color css
<style>
a { background-color: #2B1F7F; }
a { background-color: rgb(43,31,127); }
div.DivClassName
{
background-color: #2B1F7F;
}
.BgClassName
{
background-color: #2B1F7F;
}
</style>
border-color css
<style>
span { border-color: #2B1F7F; }
span { border-color: rgb(43,31,127); }
td.TdClassName
{
border-color: #2B1F7F;
}
.TagClassName
{
border-color: #2B1F7F;
}
</style>