Shades of Persian Indigo #2D1480
Tints of Persian Indigo #2D1480
RGB
CMYK
RGB Variations
Color information
#2D1480 (or 0x2D1480) is known color: Persian Indigo. HEX triplet: 2D, 14 and 80. RGB value is (45,20,128). Sum of RGB (Red+Green+Blue) = 45+20+128=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 128 (50.39% from 255 or 66.32% from 193); Max value from RGB is 128 - color contains mainly: blue. Hex color #2D1480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1480 is #D2EB7F. Grayscale: #272727. Windows color (decimal): -13822848 or 8393773. OLE color: 8393773.
HSL color Cylindrical-coordinate representation of color #2D1480: hue angle of 253.89º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D1480 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 45 | 20 | 128 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.50 |
| HSL | 253.89º | 0.73% | 0.29% | - |
| HSV(B) | 253.89º | 0.84% | 0.5% | - |
| XYZ | 5.23 | 2.62 | 20.65 | - |
| YUV | 39.79 | 177.78 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 20 | 128 | 0.65 | 0.84 | 0 | 0.50 | 253.89 | 0.73 | 0.29 |
| Hex | 2D | 14 | 80 | 41 | 54 | 0 | 32 | FE | 49 | 1D |
| Octal | 55 | 24 | 200 | 101 | 124 | 0 | 62 | 376 | 111 | 35 |
| Binary | 101101 | 10100 | 10000000 | 1000001 | 1010100 | 0 | 110010 | 11111110 | 1001001 | 11101 |
Color Harmonies of #2D1480
Complementary color
Monochromatic Colors of #2D1480
Black with #2D1480
Text Example
Text Example
White with #2D1480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1480; }
p { color: rgb(45,20,128); }
H1.HeaderClassName
{
color: #2D1480;
}
.AnyTagClassName
{
color: #2D1480;
}
</style>
background-color css
<style>
a { background-color: #2D1480; }
a { background-color: rgb(45,20,128); }
div.DivClassName
{
background-color: #2D1480;
}
.BgClassName
{
background-color: #2D1480;
}
</style>
border-color css
<style>
span { border-color: #2D1480; }
span { border-color: rgb(45,20,128); }
td.TdClassName
{
border-color: #2D1480;
}
.TagClassName
{
border-color: #2D1480;
}
</style>