Shades of Persian Indigo #2D198B
Tints of Persian Indigo #2D198B
RGB
CMYK
RGB Variations
Color information
#2D198B (or 0x2D198B) is known color: Persian Indigo. HEX triplet: 2D, 19 and 8B. RGB value is (45,25,139). Sum of RGB (Red+Green+Blue) = 45+25+139=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 139 (54.69% from 255 or 66.51% from 209); Max value from RGB is 139 - color contains mainly: blue. Hex color #2D198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D198B is #D2E674. Grayscale: #2B2B2B. Windows color (decimal): -13821557 or 9115949. OLE color: 9115949.
HSL color Cylindrical-coordinate representation of color #2D198B: hue angle of 250.53º 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 #2D198B is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 25 | 139 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.45 |
| HSL | 250.53º | 0.7% | 0.32% | - |
| HSV(B) | 250.53º | 0.82% | 0.55% | - |
| XYZ | 6.09 | 3.12 | 24.71 | - |
| YUV | 43.98 | 181.63 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 25 | 139 | 0.68 | 0.82 | 0 | 0.45 | 250.53 | 0.7 | 0.32 |
| Hex | 2D | 19 | 8B | 44 | 52 | 0 | 2D | FB | 46 | 20 |
| Octal | 55 | 31 | 213 | 104 | 122 | 0 | 55 | 373 | 106 | 40 |
| Binary | 101101 | 11001 | 10001011 | 1000100 | 1010010 | 0 | 101101 | 11111011 | 1000110 | 100000 |
Color Harmonies of #2D198B
Complementary color
Monochromatic Colors of #2D198B
Black with #2D198B
Text Example
Text Example
White with #2D198B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D198B; }
p { color: rgb(45,25,139); }
H1.HeaderClassName
{
color: #2D198B;
}
.AnyTagClassName
{
color: #2D198B;
}
</style>
background-color css
<style>
a { background-color: #2D198B; }
a { background-color: rgb(45,25,139); }
div.DivClassName
{
background-color: #2D198B;
}
.BgClassName
{
background-color: #2D198B;
}
</style>
border-color css
<style>
span { border-color: #2D198B; }
span { border-color: rgb(45,25,139); }
td.TdClassName
{
border-color: #2D198B;
}
.TagClassName
{
border-color: #2D198B;
}
</style>