Shades of Persian Indigo #2D0A76
Tints of Persian Indigo #2D0A76
RGB
CMYK
RGB Variations
Color information
#2D0A76 (or 0x2D0A76) is known color: Persian Indigo. HEX triplet: 2D, 0A and 76. RGB value is (45,10,118). Sum of RGB (Red+Green+Blue) = 45+10+118=173 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.01% from 173); Green value is 10 (4.30% from 255 or 5.78% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #2D0A76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0A76 is #D2F589. Grayscale: #202020. Windows color (decimal): -13825418 or 7735853. OLE color: 7735853.
HSL color Cylindrical-coordinate representation of color #2D0A76: hue angle of 259.44º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D0A76 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 45 | 10 | 118 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.54 |
| HSL | 259.44º | 0.84% | 0.25% | - |
| HSV(B) | 259.44º | 0.92% | 0.46% | - |
| XYZ | 4.46 | 2.08 | 17.31 | - |
| YUV | 32.78 | 176.1 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 10 | 118 | 0.62 | 0.92 | 0 | 0.54 | 259.44 | 0.84 | 0.25 |
| Hex | 2D | A | 76 | 3E | 5C | 0 | 36 | 103 | 54 | 19 |
| Octal | 55 | 12 | 166 | 76 | 134 | 0 | 66 | 403 | 124 | 31 |
| Binary | 101101 | 1010 | 1110110 | 111110 | 1011100 | 0 | 110110 | 100000011 | 1010100 | 11001 |
Color Harmonies of #2D0A76
Complementary color
Monochromatic Colors of #2D0A76
Black with #2D0A76
Text Example
Text Example
White with #2D0A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0A76; }
p { color: rgb(45,10,118); }
H1.HeaderClassName
{
color: #2D0A76;
}
.AnyTagClassName
{
color: #2D0A76;
}
</style>
background-color css
<style>
a { background-color: #2D0A76; }
a { background-color: rgb(45,10,118); }
div.DivClassName
{
background-color: #2D0A76;
}
.BgClassName
{
background-color: #2D0A76;
}
</style>
border-color css
<style>
span { border-color: #2D0A76; }
span { border-color: rgb(45,10,118); }
td.TdClassName
{
border-color: #2D0A76;
}
.TagClassName
{
border-color: #2D0A76;
}
</style>