Shades of Persian Indigo #2D0372
Tints of Persian Indigo #2D0372
RGB
CMYK
RGB Variations
Color information
#2D0372 (or 0x2D0372) is known color: Persian Indigo. HEX triplet: 2D, 03 and 72. RGB value is (45,3,114). Sum of RGB (Red+Green+Blue) = 45+3+114=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #2D0372 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0372 is #D2FC8D. Grayscale: #1B1B1B. Windows color (decimal): -13827214 or 7471917. OLE color: 7471917.
HSL color Cylindrical-coordinate representation of color #2D0372: hue angle of 262.7º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D0372 is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 3 | 114 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.55 |
| HSL | 262.7º | 0.95% | 0.23% | - |
| HSV(B) | 262.7º | 0.97% | 0.45% | - |
| XYZ | 4.15 | 1.84 | 16.06 | - |
| YUV | 28.21 | 176.41 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 3 | 114 | 0.61 | 0.97 | 0 | 0.55 | 262.7 | 0.95 | 0.23 |
| Hex | 2D | 3 | 72 | 3D | 61 | 0 | 37 | 107 | 5F | 17 |
| Octal | 55 | 3 | 162 | 75 | 141 | 0 | 67 | 407 | 137 | 27 |
| Binary | 101101 | 11 | 1110010 | 111101 | 1100001 | 0 | 110111 | 100000111 | 1011111 | 10111 |
Color Harmonies of #2D0372
Complementary color
Monochromatic Colors of #2D0372
Black with #2D0372
Text Example
Text Example
White with #2D0372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0372; }
p { color: rgb(45,3,114); }
H1.HeaderClassName
{
color: #2D0372;
}
.AnyTagClassName
{
color: #2D0372;
}
</style>
background-color css
<style>
a { background-color: #2D0372; }
a { background-color: rgb(45,3,114); }
div.DivClassName
{
background-color: #2D0372;
}
.BgClassName
{
background-color: #2D0372;
}
</style>
border-color css
<style>
span { border-color: #2D0372; }
span { border-color: rgb(45,3,114); }
td.TdClassName
{
border-color: #2D0372;
}
.TagClassName
{
border-color: #2D0372;
}
</style>