Shades of Persian Indigo #2D217A
Tints of Persian Indigo #2D217A
RGB
CMYK
RGB Variations
Color information
#2D217A (or 0x2D217A) is known color: Persian Indigo. HEX triplet: 2D, 21 and 7A. RGB value is (45,33,122). Sum of RGB (Red+Green+Blue) = 45+33+122=200 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 122 (48.05% from 255 or 61% from 200); Max value from RGB is 122 - color contains mainly: blue. Hex color #2D217A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D217A is #D2DE85. Grayscale: #2E2E2E. Windows color (decimal): -13819526 or 8003885. OLE color: 8003885.
HSL color Cylindrical-coordinate representation of color #2D217A: hue angle of 248.09º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D217A is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 33 | 122 | - |
| CMYK | 0.63 | 0.73 | 0 | 0.52 |
| HSL | 248.09º | 0.57% | 0.3% | - |
| HSV(B) | 248.09º | 0.73% | 0.48% | - |
| XYZ | 5.14 | 3.05 | 18.73 | - |
| YUV | 46.73 | 170.48 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 122 | 0.63 | 0.73 | 0 | 0.52 | 248.09 | 0.57 | 0.3 |
| Hex | 2D | 21 | 7A | 3F | 49 | 0 | 34 | F8 | 39 | 1E |
| Octal | 55 | 41 | 172 | 77 | 111 | 0 | 64 | 370 | 71 | 36 |
| Binary | 101101 | 100001 | 1111010 | 111111 | 1001001 | 0 | 110100 | 11111000 | 111001 | 11110 |
Color Harmonies of #2D217A
Complementary color
Monochromatic Colors of #2D217A
Black with #2D217A
Text Example
Text Example
White with #2D217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D217A; }
p { color: rgb(45,33,122); }
H1.HeaderClassName
{
color: #2D217A;
}
.AnyTagClassName
{
color: #2D217A;
}
</style>
background-color css
<style>
a { background-color: #2D217A; }
a { background-color: rgb(45,33,122); }
div.DivClassName
{
background-color: #2D217A;
}
.BgClassName
{
background-color: #2D217A;
}
</style>
border-color css
<style>
span { border-color: #2D217A; }
span { border-color: rgb(45,33,122); }
td.TdClassName
{
border-color: #2D217A;
}
.TagClassName
{
border-color: #2D217A;
}
</style>