Shades of Persian Indigo #2D0172
Tints of Persian Indigo #2D0172
RGB
CMYK
RGB Variations
Color information
#2D0172 (or 0x2D0172) is known color: Persian Indigo. HEX triplet: 2D, 01 and 72. RGB value is (45,1,114). Sum of RGB (Red+Green+Blue) = 45+1+114=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 114 (44.92% from 255 or 71.25% from 160); Max value from RGB is 114 - color contains mainly: blue. Hex color #2D0172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0172 is #D2FE8D. Grayscale: #1A1A1A. Windows color (decimal): -13827726 or 7471405. OLE color: 7471405.
HSL color Cylindrical-coordinate representation of color #2D0172: hue angle of 263.36º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D0172 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 1 | 114 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.55 |
| HSL | 263.36º | 0.98% | 0.23% | - |
| HSV(B) | 263.36º | 0.99% | 0.45% | - |
| XYZ | 4.13 | 1.79 | 16.05 | - |
| YUV | 27.04 | 177.08 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 1 | 114 | 0.61 | 0.99 | 0 | 0.55 | 263.36 | 0.98 | 0.23 |
| Hex | 2D | 1 | 72 | 3D | 63 | 0 | 37 | 107 | 62 | 17 |
| Octal | 55 | 1 | 162 | 75 | 143 | 0 | 67 | 407 | 142 | 27 |
| Binary | 101101 | 1 | 1110010 | 111101 | 1100011 | 0 | 110111 | 100000111 | 1100010 | 10111 |
Color Harmonies of #2D0172
Complementary color
Monochromatic Colors of #2D0172
Black with #2D0172
Text Example
Text Example
White with #2D0172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0172; }
p { color: rgb(45,1,114); }
H1.HeaderClassName
{
color: #2D0172;
}
.AnyTagClassName
{
color: #2D0172;
}
</style>
background-color css
<style>
a { background-color: #2D0172; }
a { background-color: rgb(45,1,114); }
div.DivClassName
{
background-color: #2D0172;
}
.BgClassName
{
background-color: #2D0172;
}
</style>
border-color css
<style>
span { border-color: #2D0172; }
span { border-color: rgb(45,1,114); }
td.TdClassName
{
border-color: #2D0172;
}
.TagClassName
{
border-color: #2D0172;
}
</style>