Shades of Persian Indigo #2D0882
Tints of Persian Indigo #2D0882
RGB
CMYK
RGB Variations
Color information
#2D0882 (or 0x2D0882) is known color: Persian Indigo. HEX triplet: 2D, 08 and 82. RGB value is (45,8,130). Sum of RGB (Red+Green+Blue) = 45+8+130=183 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.59% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 130 (51.17% from 255 or 71.04% from 183); Max value from RGB is 130 - color contains mainly: blue. Hex color #2D0882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0882 is #D2F77D. Grayscale: #202020. Windows color (decimal): -13825918 or 8521773. OLE color: 8521773.
HSL color Cylindrical-coordinate representation of color #2D0882: hue angle of 258.2º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0882 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 45 | 8 | 130 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.49 |
| HSL | 258.2º | 0.88% | 0.27% | - |
| HSV(B) | 258.2º | 0.94% | 0.51% | - |
| XYZ | 5.2 | 2.34 | 21.3 | - |
| YUV | 32.97 | 182.76 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 8 | 130 | 0.65 | 0.94 | 0 | 0.49 | 258.2 | 0.88 | 0.27 |
| Hex | 2D | 8 | 82 | 41 | 5E | 0 | 31 | 102 | 58 | 1B |
| Octal | 55 | 10 | 202 | 101 | 136 | 0 | 61 | 402 | 130 | 33 |
| Binary | 101101 | 1000 | 10000010 | 1000001 | 1011110 | 0 | 110001 | 100000010 | 1011000 | 11011 |
Color Harmonies of #2D0882
Complementary color
Monochromatic Colors of #2D0882
Black with #2D0882
Text Example
Text Example
White with #2D0882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0882; }
p { color: rgb(45,8,130); }
H1.HeaderClassName
{
color: #2D0882;
}
.AnyTagClassName
{
color: #2D0882;
}
</style>
background-color css
<style>
a { background-color: #2D0882; }
a { background-color: rgb(45,8,130); }
div.DivClassName
{
background-color: #2D0882;
}
.BgClassName
{
background-color: #2D0882;
}
</style>
border-color css
<style>
span { border-color: #2D0882; }
span { border-color: rgb(45,8,130); }
td.TdClassName
{
border-color: #2D0882;
}
.TagClassName
{
border-color: #2D0882;
}
</style>