Shades of Persian Indigo #2B197D
Tints of Persian Indigo #2B197D
RGB
CMYK
RGB Variations
Color information
#2B197D (or 0x2B197D) is known color: Persian Indigo. HEX triplet: 2B, 19 and 7D. RGB value is (43,25,125). Sum of RGB (Red+Green+Blue) = 43+25+125=193 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.28% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 125 (49.22% from 255 or 64.77% from 193); Max value from RGB is 125 - color contains mainly: blue. Hex color #2B197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B197D is #D4E682. Grayscale: #292929. Windows color (decimal): -13952643 or 8198443. OLE color: 8198443.
HSL color Cylindrical-coordinate representation of color #2B197D: hue angle of 250.8º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B197D is Cyan = 0.66, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 43 | 25 | 125 | - |
| CMYK | 0.66 | 0.8 | 0 | 0.51 |
| HSL | 250.8º | 0.67% | 0.29% | - |
| HSV(B) | 250.8º | 0.8% | 0.49% | - |
| XYZ | 5.05 | 2.69 | 19.66 | - |
| YUV | 41.78 | 174.96 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 25 | 125 | 0.66 | 0.8 | 0 | 0.51 | 250.8 | 0.67 | 0.29 |
| Hex | 2B | 19 | 7D | 42 | 50 | 0 | 33 | FB | 43 | 1D |
| Octal | 53 | 31 | 175 | 102 | 120 | 0 | 63 | 373 | 103 | 35 |
| Binary | 101011 | 11001 | 1111101 | 1000010 | 1010000 | 0 | 110011 | 11111011 | 1000011 | 11101 |
Color Harmonies of #2B197D
Complementary color
Monochromatic Colors of #2B197D
Black with #2B197D
Text Example
Text Example
White with #2B197D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B197D; }
p { color: rgb(43,25,125); }
H1.HeaderClassName
{
color: #2B197D;
}
.AnyTagClassName
{
color: #2B197D;
}
</style>
background-color css
<style>
a { background-color: #2B197D; }
a { background-color: rgb(43,25,125); }
div.DivClassName
{
background-color: #2B197D;
}
.BgClassName
{
background-color: #2B197D;
}
</style>
border-color css
<style>
span { border-color: #2B197D; }
span { border-color: rgb(43,25,125); }
td.TdClassName
{
border-color: #2B197D;
}
.TagClassName
{
border-color: #2B197D;
}
</style>