Shades of Persian Indigo #2B186A
Tints of Persian Indigo #2B186A
RGB
CMYK
RGB Variations
Color information
#2B186A (or 0x2B186A) is known color: Persian Indigo. HEX triplet: 2B, 18 and 6A. RGB value is (43,24,106). Sum of RGB (Red+Green+Blue) = 43+24+106=173 (22% of max value = 765). Red value is 43 (17.19% from 255 or 24.86% from 173); Green value is 24 (9.77% from 255 or 13.87% from 173); Blue value is 106 (41.80% from 255 or 61.27% from 173); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B186A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B186A is #D4E795. Grayscale: #262626. Windows color (decimal): -13952918 or 6953003. OLE color: 6953003.
HSL color Cylindrical-coordinate representation of color #2B186A: hue angle of 253.9º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B186A is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 24 | 106 | - |
| CMYK | 0.59 | 0.77 | 0 | 0.58 |
| HSL | 253.9º | 0.63% | 0.25% | - |
| HSV(B) | 253.9º | 0.77% | 0.42% | - |
| XYZ | 3.92 | 2.21 | 13.85 | - |
| YUV | 39.03 | 165.79 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 24 | 106 | 0.59 | 0.77 | 0 | 0.58 | 253.9 | 0.63 | 0.25 |
| Hex | 2B | 18 | 6A | 3B | 4D | 0 | 3A | FE | 3F | 19 |
| Octal | 53 | 30 | 152 | 73 | 115 | 0 | 72 | 376 | 77 | 31 |
| Binary | 101011 | 11000 | 1101010 | 111011 | 1001101 | 0 | 111010 | 11111110 | 111111 | 11001 |
Color Harmonies of #2B186A
Complementary color
Monochromatic Colors of #2B186A
Black with #2B186A
Text Example
Text Example
White with #2B186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B186A; }
p { color: rgb(43,24,106); }
H1.HeaderClassName
{
color: #2B186A;
}
.AnyTagClassName
{
color: #2B186A;
}
</style>
background-color css
<style>
a { background-color: #2B186A; }
a { background-color: rgb(43,24,106); }
div.DivClassName
{
background-color: #2B186A;
}
.BgClassName
{
background-color: #2B186A;
}
</style>
border-color css
<style>
span { border-color: #2B186A; }
span { border-color: rgb(43,24,106); }
td.TdClassName
{
border-color: #2B186A;
}
.TagClassName
{
border-color: #2B186A;
}
</style>