Shades of Persian Indigo #2D0779
Tints of Persian Indigo #2D0779
RGB
CMYK
RGB Variations
Color information
#2D0779 (or 0x2D0779) is known color: Persian Indigo. HEX triplet: 2D, 07 and 79. RGB value is (45,7,121). Sum of RGB (Red+Green+Blue) = 45+7+121=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 121 (47.66% from 255 or 69.94% from 173); Max value from RGB is 121 - color contains mainly: blue. Hex color #2D0779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0779 is #D2F886. Grayscale: #1E1E1E. Windows color (decimal): -13826183 or 7931693. OLE color: 7931693.
HSL color Cylindrical-coordinate representation of color #2D0779: hue angle of 260º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0779 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 7 | 121 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.53 |
| HSL | 260º | 0.89% | 0.25% | - |
| HSV(B) | 260º | 0.94% | 0.47% | - |
| XYZ | 4.61 | 2.09 | 18.25 | - |
| YUV | 31.36 | 178.59 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 121 | 0.63 | 0.94 | 0 | 0.53 | 260 | 0.89 | 0.25 |
| Hex | 2D | 7 | 79 | 3F | 5E | 0 | 35 | 104 | 59 | 19 |
| Octal | 55 | 7 | 171 | 77 | 136 | 0 | 65 | 404 | 131 | 31 |
| Binary | 101101 | 111 | 1111001 | 111111 | 1011110 | 0 | 110101 | 100000100 | 1011001 | 11001 |
Color Harmonies of #2D0779
Complementary color
Monochromatic Colors of #2D0779
Black with #2D0779
Text Example
Text Example
White with #2D0779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0779; }
p { color: rgb(45,7,121); }
H1.HeaderClassName
{
color: #2D0779;
}
.AnyTagClassName
{
color: #2D0779;
}
</style>
background-color css
<style>
a { background-color: #2D0779; }
a { background-color: rgb(45,7,121); }
div.DivClassName
{
background-color: #2D0779;
}
.BgClassName
{
background-color: #2D0779;
}
</style>
border-color css
<style>
span { border-color: #2D0779; }
span { border-color: rgb(45,7,121); }
td.TdClassName
{
border-color: #2D0779;
}
.TagClassName
{
border-color: #2D0779;
}
</style>