Shades of Persian Indigo #2D1A73
Tints of Persian Indigo #2D1A73
RGB
CMYK
RGB Variations
Color information
#2D1A73 (or 0x2D1A73) is known color: Persian Indigo. HEX triplet: 2D, 1A and 73. RGB value is (45,26,115). Sum of RGB (Red+Green+Blue) = 45+26+115=186 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.19% from 186); Green value is 26 (10.55% from 255 or 13.98% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #2D1A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2D1A73 is #D2E58C. Grayscale: #292929. Windows color (decimal): -13821325 or 7543341. OLE color: 7543341.
HSL color Cylindrical-coordinate representation of color #2D1A73: hue angle of 252.81º degrees, saturation: 0.63, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D1A73 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 45 | 26 | 115 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.55 |
| HSL | 252.81º | 0.63% | 0.28% | - |
| HSV(B) | 252.81º | 0.77% | 0.45% | - |
| XYZ | 4.55 | 2.53 | 16.47 | - |
| YUV | 41.83 | 169.29 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 26 | 115 | 0.61 | 0.77 | 0 | 0.55 | 252.81 | 0.63 | 0.28 |
| Hex | 2D | 1A | 73 | 3D | 4D | 0 | 37 | FD | 3F | 1C |
| Octal | 55 | 32 | 163 | 75 | 115 | 0 | 67 | 375 | 77 | 34 |
| Binary | 101101 | 11010 | 1110011 | 111101 | 1001101 | 0 | 110111 | 11111101 | 111111 | 11100 |
Color Harmonies of #2D1A73
Complementary color
Monochromatic Colors of #2D1A73
Black with #2D1A73
Text Example
Text Example
White with #2D1A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1A73; }
p { color: rgb(45,26,115); }
H1.HeaderClassName
{
color: #2D1A73;
}
.AnyTagClassName
{
color: #2D1A73;
}
</style>
background-color css
<style>
a { background-color: #2D1A73; }
a { background-color: rgb(45,26,115); }
div.DivClassName
{
background-color: #2D1A73;
}
.BgClassName
{
background-color: #2D1A73;
}
</style>
border-color css
<style>
span { border-color: #2D1A73; }
span { border-color: rgb(45,26,115); }
td.TdClassName
{
border-color: #2D1A73;
}
.TagClassName
{
border-color: #2D1A73;
}
</style>