Shades of Persian Indigo #2D1382
Tints of Persian Indigo #2D1382
RGB
CMYK
RGB Variations
Color information
#2D1382 (or 0x2D1382) is known color: Persian Indigo. HEX triplet: 2D, 13 and 82. RGB value is (45,19,130). Sum of RGB (Red+Green+Blue) = 45+19+130=194 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.20% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 130 (51.17% from 255 or 67.01% from 194); Max value from RGB is 130 - color contains mainly: blue. Hex color #2D1382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1382 is #D2EC7D. Grayscale: #272727. Windows color (decimal): -13823102 or 8524589. OLE color: 8524589.
HSL color Cylindrical-coordinate representation of color #2D1382: hue angle of 254.05º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D1382 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 19 | 130 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.49 |
| HSL | 254.05º | 0.74% | 0.29% | - |
| HSV(B) | 254.05º | 0.85% | 0.51% | - |
| XYZ | 5.34 | 2.64 | 21.35 | - |
| YUV | 39.43 | 179.11 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 130 | 0.65 | 0.85 | 0 | 0.49 | 254.05 | 0.74 | 0.29 |
| Hex | 2D | 13 | 82 | 41 | 55 | 0 | 31 | FE | 4A | 1D |
| Octal | 55 | 23 | 202 | 101 | 125 | 0 | 61 | 376 | 112 | 35 |
| Binary | 101101 | 10011 | 10000010 | 1000001 | 1010101 | 0 | 110001 | 11111110 | 1001010 | 11101 |
Color Harmonies of #2D1382
Complementary color
Monochromatic Colors of #2D1382
Black with #2D1382
Text Example
Text Example
White with #2D1382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1382; }
p { color: rgb(45,19,130); }
H1.HeaderClassName
{
color: #2D1382;
}
.AnyTagClassName
{
color: #2D1382;
}
</style>
background-color css
<style>
a { background-color: #2D1382; }
a { background-color: rgb(45,19,130); }
div.DivClassName
{
background-color: #2D1382;
}
.BgClassName
{
background-color: #2D1382;
}
</style>
border-color css
<style>
span { border-color: #2D1382; }
span { border-color: rgb(45,19,130); }
td.TdClassName
{
border-color: #2D1382;
}
.TagClassName
{
border-color: #2D1382;
}
</style>