Shades of Persian Indigo #2B198C
Tints of Persian Indigo #2B198C
RGB
CMYK
RGB Variations
Color information
#2B198C (or 0x2B198C) is known color: Persian Indigo. HEX triplet: 2B, 19 and 8C. RGB value is (43,25,140). Sum of RGB (Red+Green+Blue) = 43+25+140=208 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.67% from 208); Green value is 25 (10.16% from 255 or 12.02% from 208); Blue value is 140 (55.08% from 255 or 67.31% from 208); Max value from RGB is 140 - color contains mainly: blue. Hex color #2B198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B198C is #D4E673. Grayscale: #2B2B2B. Windows color (decimal): -13952628 or 9181483. OLE color: 9181483.
HSL color Cylindrical-coordinate representation of color #2B198C: hue angle of 249.39º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B198C is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 43 | 25 | 140 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.45 |
| HSL | 249.39º | 0.7% | 0.32% | - |
| HSV(B) | 249.39º | 0.82% | 0.55% | - |
| XYZ | 6.08 | 3.1 | 25.09 | - |
| YUV | 43.49 | 182.46 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 140 | 0.69 | 0.82 | 0 | 0.45 | 249.39 | 0.7 | 0.32 |
| Hex | 2B | 19 | 8C | 45 | 52 | 0 | 2D | F9 | 46 | 20 |
| Octal | 53 | 31 | 214 | 105 | 122 | 0 | 55 | 371 | 106 | 40 |
| Binary | 101011 | 11001 | 10001100 | 1000101 | 1010010 | 0 | 101101 | 11111001 | 1000110 | 100000 |
Color Harmonies of #2B198C
Complementary color
Monochromatic Colors of #2B198C
Black with #2B198C
Text Example
Text Example
White with #2B198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B198C; }
p { color: rgb(43,25,140); }
H1.HeaderClassName
{
color: #2B198C;
}
.AnyTagClassName
{
color: #2B198C;
}
</style>
background-color css
<style>
a { background-color: #2B198C; }
a { background-color: rgb(43,25,140); }
div.DivClassName
{
background-color: #2B198C;
}
.BgClassName
{
background-color: #2B198C;
}
</style>
border-color css
<style>
span { border-color: #2B198C; }
span { border-color: rgb(43,25,140); }
td.TdClassName
{
border-color: #2B198C;
}
.TagClassName
{
border-color: #2B198C;
}
</style>