Shades of Persian Indigo #2D1F7D
Tints of Persian Indigo #2D1F7D
RGB
CMYK
RGB Variations
Color information
#2D1F7D (or 0x2D1F7D) is known color: Persian Indigo. HEX triplet: 2D, 1F and 7D. RGB value is (45,31,125). Sum of RGB (Red+Green+Blue) = 45+31+125=201 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.39% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #2D1F7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1F7D is #D2E082. Grayscale: #2D2D2D. Windows color (decimal): -13820035 or 8199981. OLE color: 8199981.
HSL color Cylindrical-coordinate representation of color #2D1F7D: hue angle of 248.94º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2D1F7D is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 45 | 31 | 125 | - |
| CMYK | 0.64 | 0.75 | 0 | 0.51 |
| HSL | 248.94º | 0.6% | 0.31% | - |
| HSV(B) | 248.94º | 0.75% | 0.49% | - |
| XYZ | 5.27 | 3.02 | 19.71 | - |
| YUV | 45.9 | 172.64 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 31 | 125 | 0.64 | 0.75 | 0 | 0.51 | 248.94 | 0.6 | 0.31 |
| Hex | 2D | 1F | 7D | 40 | 4B | 0 | 33 | F9 | 3C | 1F |
| Octal | 55 | 37 | 175 | 100 | 113 | 0 | 63 | 371 | 74 | 37 |
| Binary | 101101 | 11111 | 1111101 | 1000000 | 1001011 | 0 | 110011 | 11111001 | 111100 | 11111 |
Color Harmonies of #2D1F7D
Complementary color
Monochromatic Colors of #2D1F7D
Black with #2D1F7D
Text Example
Text Example
White with #2D1F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1F7D; }
p { color: rgb(45,31,125); }
H1.HeaderClassName
{
color: #2D1F7D;
}
.AnyTagClassName
{
color: #2D1F7D;
}
</style>
background-color css
<style>
a { background-color: #2D1F7D; }
a { background-color: rgb(45,31,125); }
div.DivClassName
{
background-color: #2D1F7D;
}
.BgClassName
{
background-color: #2D1F7D;
}
</style>
border-color css
<style>
span { border-color: #2D1F7D; }
span { border-color: rgb(45,31,125); }
td.TdClassName
{
border-color: #2D1F7D;
}
.TagClassName
{
border-color: #2D1F7D;
}
</style>