Shades of Persian Indigo #2B127D
Tints of Persian Indigo #2B127D
RGB
CMYK
RGB Variations
Color information
#2B127D (or 0x2B127D) is known color: Persian Indigo. HEX triplet: 2B, 12 and 7D. RGB value is (43,18,125). Sum of RGB (Red+Green+Blue) = 43+18+125=186 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.12% from 186); Green value is 18 (7.42% from 255 or 9.68% from 186); Blue value is 125 (49.22% from 255 or 67.20% from 186); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B127D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B127D is #D4ED82. Grayscale: #252525. Windows color (decimal): -13954435 or 8196651. OLE color: 8196651.
HSL color Cylindrical-coordinate representation of color #2B127D: hue angle of 254.02º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2B127D is Cyan = 0.66, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 18 | 125 | - |
| CMYK | 0.66 | 0.86 | 0 | 0.51 |
| HSL | 254.02º | 0.75% | 0.28% | - |
| HSV(B) | 254.02º | 0.86% | 0.49% | - |
| XYZ | 4.91 | 2.43 | 19.61 | - |
| YUV | 37.67 | 177.28 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 18 | 125 | 0.66 | 0.86 | 0 | 0.51 | 254.02 | 0.75 | 0.28 |
| Hex | 2B | 12 | 7D | 42 | 56 | 0 | 33 | FE | 4B | 1C |
| Octal | 53 | 22 | 175 | 102 | 126 | 0 | 63 | 376 | 113 | 34 |
| Binary | 101011 | 10010 | 1111101 | 1000010 | 1010110 | 0 | 110011 | 11111110 | 1001011 | 11100 |
Color Harmonies of #2B127D
Complementary color
Monochromatic Colors of #2B127D
Black with #2B127D
Text Example
Text Example
White with #2B127D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B127D; }
p { color: rgb(43,18,125); }
H1.HeaderClassName
{
color: #2B127D;
}
.AnyTagClassName
{
color: #2B127D;
}
</style>
background-color css
<style>
a { background-color: #2B127D; }
a { background-color: rgb(43,18,125); }
div.DivClassName
{
background-color: #2B127D;
}
.BgClassName
{
background-color: #2B127D;
}
</style>
border-color css
<style>
span { border-color: #2B127D; }
span { border-color: rgb(43,18,125); }
td.TdClassName
{
border-color: #2B127D;
}
.TagClassName
{
border-color: #2B127D;
}
</style>