Shades of Persian Indigo #2D217F
Tints of Persian Indigo #2D217F
RGB
CMYK
RGB Variations
Color information
#2D217F (or 0x2D217F) is known color: Persian Indigo. HEX triplet: 2D, 21 and 7F. RGB value is (45,33,127). Sum of RGB (Red+Green+Blue) = 45+33+127=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 127 (50% from 255 or 61.95% from 205); Max value from RGB is 127 - color contains mainly: blue. Hex color #2D217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D217F is #D2DE80. Grayscale: #2E2E2E. Windows color (decimal): -13819521 or 8331565. OLE color: 8331565.
HSL color Cylindrical-coordinate representation of color #2D217F: hue angle of 247.66º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D217F is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 45 | 33 | 127 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.50 |
| HSL | 247.66º | 0.59% | 0.31% | - |
| HSV(B) | 247.66º | 0.74% | 0.5% | - |
| XYZ | 5.46 | 3.18 | 20.4 | - |
| YUV | 47.3 | 172.98 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 33 | 127 | 0.65 | 0.74 | 0 | 0.50 | 247.66 | 0.59 | 0.31 |
| Hex | 2D | 21 | 7F | 41 | 4A | 0 | 32 | F8 | 3B | 1F |
| Octal | 55 | 41 | 177 | 101 | 112 | 0 | 62 | 370 | 73 | 37 |
| Binary | 101101 | 100001 | 1111111 | 1000001 | 1001010 | 0 | 110010 | 11111000 | 111011 | 11111 |
Color Harmonies of #2D217F
Complementary color
Monochromatic Colors of #2D217F
Black with #2D217F
Text Example
Text Example
White with #2D217F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D217F; }
p { color: rgb(45,33,127); }
H1.HeaderClassName
{
color: #2D217F;
}
.AnyTagClassName
{
color: #2D217F;
}
</style>
background-color css
<style>
a { background-color: #2D217F; }
a { background-color: rgb(45,33,127); }
div.DivClassName
{
background-color: #2D217F;
}
.BgClassName
{
background-color: #2D217F;
}
</style>
border-color css
<style>
span { border-color: #2D217F; }
span { border-color: rgb(45,33,127); }
td.TdClassName
{
border-color: #2D217F;
}
.TagClassName
{
border-color: #2D217F;
}
</style>