Shades of Persian Indigo #2D218D
Tints of Persian Indigo #2D218D
RGB
CMYK
RGB Variations
Color information
#2D218D (or 0x2D218D) is known color: Persian Indigo. HEX triplet: 2D, 21 and 8D. RGB value is (45,33,141). Sum of RGB (Red+Green+Blue) = 45+33+141=219 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.55% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 141 (55.47% from 255 or 64.38% from 219); Max value from RGB is 141 - color contains mainly: blue. Hex color #2D218D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D218D is #D2DE72. Grayscale: #303030. Windows color (decimal): -13819507 or 9249069. OLE color: 9249069.
HSL color Cylindrical-coordinate representation of color #2D218D: hue angle of 246.67º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D218D is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 45 | 33 | 141 | - |
| CMYK | 0.68 | 0.77 | 0 | 0.45 |
| HSL | 246.67º | 0.62% | 0.34% | - |
| HSV(B) | 246.67º | 0.77% | 0.55% | - |
| XYZ | 6.43 | 3.57 | 25.55 | - |
| YUV | 48.9 | 179.98 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 141 | 0.68 | 0.77 | 0 | 0.45 | 246.67 | 0.62 | 0.34 |
| Hex | 2D | 21 | 8D | 44 | 4D | 0 | 2D | F7 | 3E | 22 |
| Octal | 55 | 41 | 215 | 104 | 115 | 0 | 55 | 367 | 76 | 42 |
| Binary | 101101 | 100001 | 10001101 | 1000100 | 1001101 | 0 | 101101 | 11110111 | 111110 | 100010 |
Color Harmonies of #2D218D
Complementary color
Monochromatic Colors of #2D218D
Black with #2D218D
Text Example
Text Example
White with #2D218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D218D; }
p { color: rgb(45,33,141); }
H1.HeaderClassName
{
color: #2D218D;
}
.AnyTagClassName
{
color: #2D218D;
}
</style>
background-color css
<style>
a { background-color: #2D218D; }
a { background-color: rgb(45,33,141); }
div.DivClassName
{
background-color: #2D218D;
}
.BgClassName
{
background-color: #2D218D;
}
</style>
border-color css
<style>
span { border-color: #2D218D; }
span { border-color: rgb(45,33,141); }
td.TdClassName
{
border-color: #2D218D;
}
.TagClassName
{
border-color: #2D218D;
}
</style>