Shades of Persian Indigo #2D0784
Tints of Persian Indigo #2D0784
RGB
CMYK
RGB Variations
Color information
#2D0784 (or 0x2D0784) is known color: Persian Indigo. HEX triplet: 2D, 07 and 84. RGB value is (45,7,132). Sum of RGB (Red+Green+Blue) = 45+7+132=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 7 (3.12% from 255 or 3.80% from 184); Blue value is 132 (51.95% from 255 or 71.74% from 184); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D0784 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0784 is #D2F87B. Grayscale: #202020. Windows color (decimal): -13826172 or 8652589. OLE color: 8652589.
HSL color Cylindrical-coordinate representation of color #2D0784: hue angle of 258.24º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D0784 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 7 | 132 | - |
| CMYK | 0.66 | 0.95 | 0 | 0.48 |
| HSL | 258.24º | 0.9% | 0.27% | - |
| HSV(B) | 258.24º | 0.95% | 0.52% | - |
| XYZ | 5.32 | 2.38 | 22.01 | - |
| YUV | 32.61 | 184.09 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 132 | 0.66 | 0.95 | 0 | 0.48 | 258.24 | 0.9 | 0.27 |
| Hex | 2D | 7 | 84 | 42 | 5F | 0 | 30 | 102 | 5A | 1B |
| Octal | 55 | 7 | 204 | 102 | 137 | 0 | 60 | 402 | 132 | 33 |
| Binary | 101101 | 111 | 10000100 | 1000010 | 1011111 | 0 | 110000 | 100000010 | 1011010 | 11011 |
Color Harmonies of #2D0784
Complementary color
Monochromatic Colors of #2D0784
Black with #2D0784
Text Example
Text Example
White with #2D0784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0784; }
p { color: rgb(45,7,132); }
H1.HeaderClassName
{
color: #2D0784;
}
.AnyTagClassName
{
color: #2D0784;
}
</style>
background-color css
<style>
a { background-color: #2D0784; }
a { background-color: rgb(45,7,132); }
div.DivClassName
{
background-color: #2D0784;
}
.BgClassName
{
background-color: #2D0784;
}
</style>
border-color css
<style>
span { border-color: #2D0784; }
span { border-color: rgb(45,7,132); }
td.TdClassName
{
border-color: #2D0784;
}
.TagClassName
{
border-color: #2D0784;
}
</style>