Shades of Persian Indigo #2D0672
Tints of Persian Indigo #2D0672
RGB
CMYK
RGB Variations
Color information
#2D0672 (or 0x2D0672) is known color: Persian Indigo. HEX triplet: 2D, 06 and 72. RGB value is (45,6,114). Sum of RGB (Red+Green+Blue) = 45+6+114=165 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.27% from 165); Green value is 6 (2.73% from 255 or 3.64% from 165); Blue value is 114 (44.92% from 255 or 69.09% from 165); Max value from RGB is 114 - color contains mainly: blue. Hex color #2D0672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0672 is #D2F98D. Grayscale: #1D1D1D. Windows color (decimal): -13826446 or 7472685. OLE color: 7472685.
HSL color Cylindrical-coordinate representation of color #2D0672: hue angle of 261.67º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0672 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 6 | 114 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.55 |
| HSL | 261.67º | 0.9% | 0.24% | - |
| HSV(B) | 261.67º | 0.95% | 0.45% | - |
| XYZ | 4.18 | 1.9 | 16.07 | - |
| YUV | 29.97 | 175.42 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 114 | 0.61 | 0.95 | 0 | 0.55 | 261.67 | 0.9 | 0.24 |
| Hex | 2D | 6 | 72 | 3D | 5F | 0 | 37 | 106 | 5A | 18 |
| Octal | 55 | 6 | 162 | 75 | 137 | 0 | 67 | 406 | 132 | 30 |
| Binary | 101101 | 110 | 1110010 | 111101 | 1011111 | 0 | 110111 | 100000110 | 1011010 | 11000 |
Color Harmonies of #2D0672
Complementary color
Monochromatic Colors of #2D0672
Black with #2D0672
Text Example
Text Example
White with #2D0672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0672; }
p { color: rgb(45,6,114); }
H1.HeaderClassName
{
color: #2D0672;
}
.AnyTagClassName
{
color: #2D0672;
}
</style>
background-color css
<style>
a { background-color: #2D0672; }
a { background-color: rgb(45,6,114); }
div.DivClassName
{
background-color: #2D0672;
}
.BgClassName
{
background-color: #2D0672;
}
</style>
border-color css
<style>
span { border-color: #2D0672; }
span { border-color: rgb(45,6,114); }
td.TdClassName
{
border-color: #2D0672;
}
.TagClassName
{
border-color: #2D0672;
}
</style>