Shades of Persian Indigo #2B176F
Tints of Persian Indigo #2B176F
RGB
CMYK
RGB Variations
Color information
#2B176F (or 0x2B176F) is known color: Persian Indigo. HEX triplet: 2B, 17 and 6F. RGB value is (43,23,111). Sum of RGB (Red+Green+Blue) = 43+23+111=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 23 (9.38% from 255 or 12.99% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B176F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B176F is #D4E890. Grayscale: #262626. Windows color (decimal): -13953169 or 7280427. OLE color: 7280427.
HSL color Cylindrical-coordinate representation of color #2B176F: hue angle of 253.64º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B176F is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 23 | 111 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.56 |
| HSL | 253.64º | 0.66% | 0.26% | - |
| HSV(B) | 253.64º | 0.79% | 0.44% | - |
| XYZ | 4.17 | 2.27 | 15.26 | - |
| YUV | 39.01 | 168.63 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 23 | 111 | 0.61 | 0.79 | 0 | 0.56 | 253.64 | 0.66 | 0.26 |
| Hex | 2B | 17 | 6F | 3D | 4F | 0 | 38 | FE | 42 | 1A |
| Octal | 53 | 27 | 157 | 75 | 117 | 0 | 70 | 376 | 102 | 32 |
| Binary | 101011 | 10111 | 1101111 | 111101 | 1001111 | 0 | 111000 | 11111110 | 1000010 | 11010 |
Color Harmonies of #2B176F
Complementary color
Monochromatic Colors of #2B176F
Black with #2B176F
Text Example
Text Example
White with #2B176F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B176F; }
p { color: rgb(43,23,111); }
H1.HeaderClassName
{
color: #2B176F;
}
.AnyTagClassName
{
color: #2B176F;
}
</style>
background-color css
<style>
a { background-color: #2B176F; }
a { background-color: rgb(43,23,111); }
div.DivClassName
{
background-color: #2B176F;
}
.BgClassName
{
background-color: #2B176F;
}
</style>
border-color css
<style>
span { border-color: #2B176F; }
span { border-color: rgb(43,23,111); }
td.TdClassName
{
border-color: #2B176F;
}
.TagClassName
{
border-color: #2B176F;
}
</style>