Shades of Persian Indigo #2B196C
Tints of Persian Indigo #2B196C
RGB
CMYK
RGB Variations
Color information
#2B196C (or 0x2B196C) is known color: Persian Indigo. HEX triplet: 2B, 19 and 6C. RGB value is (43,25,108). Sum of RGB (Red+Green+Blue) = 43+25+108=176 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.43% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 108 (42.58% from 255 or 61.36% from 176); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B196C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B196C is #D4E693. Grayscale: #272727. Windows color (decimal): -13952660 or 7084331. OLE color: 7084331.
HSL color Cylindrical-coordinate representation of color #2B196C: hue angle of 253.01º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B196C is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 43 | 25 | 108 | - |
| CMYK | 0.60 | 0.77 | 0 | 0.58 |
| HSL | 253.01º | 0.62% | 0.26% | - |
| HSV(B) | 253.01º | 0.77% | 0.42% | - |
| XYZ | 4.05 | 2.29 | 14.42 | - |
| YUV | 39.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 108 | 0.60 | 0.77 | 0 | 0.58 | 253.01 | 0.62 | 0.26 |
| Hex | 2B | 19 | 6C | 3C | 4D | 0 | 3A | FD | 3E | 1A |
| Octal | 53 | 31 | 154 | 74 | 115 | 0 | 72 | 375 | 76 | 32 |
| Binary | 101011 | 11001 | 1101100 | 111100 | 1001101 | 0 | 111010 | 11111101 | 111110 | 11010 |
Color Harmonies of #2B196C
Complementary color
Monochromatic Colors of #2B196C
Black with #2B196C
Text Example
Text Example
White with #2B196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B196C; }
p { color: rgb(43,25,108); }
H1.HeaderClassName
{
color: #2B196C;
}
.AnyTagClassName
{
color: #2B196C;
}
</style>
background-color css
<style>
a { background-color: #2B196C; }
a { background-color: rgb(43,25,108); }
div.DivClassName
{
background-color: #2B196C;
}
.BgClassName
{
background-color: #2B196C;
}
</style>
border-color css
<style>
span { border-color: #2B196C; }
span { border-color: rgb(43,25,108); }
td.TdClassName
{
border-color: #2B196C;
}
.TagClassName
{
border-color: #2B196C;
}
</style>