Shades of Persian Indigo #2D0B79
Tints of Persian Indigo #2D0B79
RGB
CMYK
RGB Variations
Color information
#2D0B79 (or 0x2D0B79) is known color: Persian Indigo. HEX triplet: 2D, 0B and 79. RGB value is (45,11,121). Sum of RGB (Red+Green+Blue) = 45+11+121=177 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.42% from 177); Green value is 11 (4.69% from 255 or 6.21% from 177); Blue value is 121 (47.66% from 255 or 68.36% from 177); Max value from RGB is 121 - color contains mainly: blue. Hex color #2D0B79 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0B79 is #D2F486. Grayscale: #212121. Windows color (decimal): -13825159 or 7932717. OLE color: 7932717.
HSL color Cylindrical-coordinate representation of color #2D0B79: hue angle of 258.55º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D0B79 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 45 | 11 | 121 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.53 |
| HSL | 258.55º | 0.83% | 0.26% | - |
| HSV(B) | 258.55º | 0.91% | 0.47% | - |
| XYZ | 4.65 | 2.18 | 18.26 | - |
| YUV | 33.71 | 177.26 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 11 | 121 | 0.63 | 0.91 | 0 | 0.53 | 258.55 | 0.83 | 0.26 |
| Hex | 2D | B | 79 | 3F | 5B | 0 | 35 | 103 | 53 | 1A |
| Octal | 55 | 13 | 171 | 77 | 133 | 0 | 65 | 403 | 123 | 32 |
| Binary | 101101 | 1011 | 1111001 | 111111 | 1011011 | 0 | 110101 | 100000011 | 1010011 | 11010 |
Color Harmonies of #2D0B79
Complementary color
Monochromatic Colors of #2D0B79
Black with #2D0B79
Text Example
Text Example
White with #2D0B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0B79; }
p { color: rgb(45,11,121); }
H1.HeaderClassName
{
color: #2D0B79;
}
.AnyTagClassName
{
color: #2D0B79;
}
</style>
background-color css
<style>
a { background-color: #2D0B79; }
a { background-color: rgb(45,11,121); }
div.DivClassName
{
background-color: #2D0B79;
}
.BgClassName
{
background-color: #2D0B79;
}
</style>
border-color css
<style>
span { border-color: #2D0B79; }
span { border-color: rgb(45,11,121); }
td.TdClassName
{
border-color: #2D0B79;
}
.TagClassName
{
border-color: #2D0B79;
}
</style>