Shades of Persian Indigo #2B186F
Tints of Persian Indigo #2B186F
RGB
CMYK
RGB Variations
Color information
#2B186F (or 0x2B186F) is known color: Persian Indigo. HEX triplet: 2B, 18 and 6F. RGB value is (43,24,111). Sum of RGB (Red+Green+Blue) = 43+24+111=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 24 (9.77% from 255 or 13.48% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #2B186F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B186F is #D4E790. Grayscale: #272727. Windows color (decimal): -13952913 or 7280683. OLE color: 7280683.
HSL color Cylindrical-coordinate representation of color #2B186F: hue angle of 253.1º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B186F is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 43 | 24 | 111 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.56 |
| HSL | 253.1º | 0.64% | 0.26% | - |
| HSV(B) | 253.1º | 0.78% | 0.44% | - |
| XYZ | 4.19 | 2.31 | 15.26 | - |
| YUV | 39.6 | 168.29 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 111 | 0.61 | 0.78 | 0 | 0.56 | 253.1 | 0.64 | 0.26 |
| Hex | 2B | 18 | 6F | 3D | 4E | 0 | 38 | FD | 40 | 1A |
| Octal | 53 | 30 | 157 | 75 | 116 | 0 | 70 | 375 | 100 | 32 |
| Binary | 101011 | 11000 | 1101111 | 111101 | 1001110 | 0 | 111000 | 11111101 | 1000000 | 11010 |
Color Harmonies of #2B186F
Complementary color
Monochromatic Colors of #2B186F
Black with #2B186F
Text Example
Text Example
White with #2B186F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B186F; }
p { color: rgb(43,24,111); }
H1.HeaderClassName
{
color: #2B186F;
}
.AnyTagClassName
{
color: #2B186F;
}
</style>
background-color css
<style>
a { background-color: #2B186F; }
a { background-color: rgb(43,24,111); }
div.DivClassName
{
background-color: #2B186F;
}
.BgClassName
{
background-color: #2B186F;
}
</style>
border-color css
<style>
span { border-color: #2B186F; }
span { border-color: rgb(43,24,111); }
td.TdClassName
{
border-color: #2B186F;
}
.TagClassName
{
border-color: #2B186F;
}
</style>