Shades of Persian Indigo #2D047A
Tints of Persian Indigo #2D047A
RGB
CMYK
RGB Variations
Color information
#2D047A (or 0x2D047A) is known color: Persian Indigo. HEX triplet: 2D, 04 and 7A. RGB value is (45,4,122). Sum of RGB (Red+Green+Blue) = 45+4+122=171 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.32% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 122 (48.05% from 255 or 71.35% from 171); Max value from RGB is 122 - color contains mainly: blue. Hex color #2D047A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D047A is #D2FB85. Grayscale: #1D1D1D. Windows color (decimal): -13826950 or 7996461. OLE color: 7996461.
HSL color Cylindrical-coordinate representation of color #2D047A: hue angle of 260.85º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D047A is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 45 | 4 | 122 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.52 |
| HSL | 260.85º | 0.94% | 0.25% | - |
| HSV(B) | 260.85º | 0.97% | 0.48% | - |
| XYZ | 4.64 | 2.05 | 18.56 | - |
| YUV | 29.71 | 180.08 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 4 | 122 | 0.63 | 0.97 | 0 | 0.52 | 260.85 | 0.94 | 0.25 |
| Hex | 2D | 4 | 7A | 3F | 61 | 0 | 34 | 105 | 5E | 19 |
| Octal | 55 | 4 | 172 | 77 | 141 | 0 | 64 | 405 | 136 | 31 |
| Binary | 101101 | 100 | 1111010 | 111111 | 1100001 | 0 | 110100 | 100000101 | 1011110 | 11001 |
Color Harmonies of #2D047A
Complementary color
Monochromatic Colors of #2D047A
Black with #2D047A
Text Example
Text Example
White with #2D047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D047A; }
p { color: rgb(45,4,122); }
H1.HeaderClassName
{
color: #2D047A;
}
.AnyTagClassName
{
color: #2D047A;
}
</style>
background-color css
<style>
a { background-color: #2D047A; }
a { background-color: rgb(45,4,122); }
div.DivClassName
{
background-color: #2D047A;
}
.BgClassName
{
background-color: #2D047A;
}
</style>
border-color css
<style>
span { border-color: #2D047A; }
span { border-color: rgb(45,4,122); }
td.TdClassName
{
border-color: #2D047A;
}
.TagClassName
{
border-color: #2D047A;
}
</style>