Shades of Persian Indigo #2D1084
Tints of Persian Indigo #2D1084
RGB
CMYK
RGB Variations
Color information
#2D1084 (or 0x2D1084) is known color: Persian Indigo. HEX triplet: 2D, 10 and 84. RGB value is (45,16,132). Sum of RGB (Red+Green+Blue) = 45+16+132=193 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.32% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 132 (51.95% from 255 or 68.39% from 193); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D1084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1084 is #D2EF7B. Grayscale: #252525. Windows color (decimal): -13823868 or 8654893. OLE color: 8654893.
HSL color Cylindrical-coordinate representation of color #2D1084: hue angle of 255º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D1084 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 45 | 16 | 132 | - |
| CMYK | 0.66 | 0.88 | 0 | 0.48 |
| HSL | 255º | 0.78% | 0.29% | - |
| HSV(B) | 255º | 0.88% | 0.52% | - |
| XYZ | 5.43 | 2.59 | 22.04 | - |
| YUV | 37.9 | 181.11 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 132 | 0.66 | 0.88 | 0 | 0.48 | 255 | 0.78 | 0.29 |
| Hex | 2D | 10 | 84 | 42 | 58 | 0 | 30 | FF | 4E | 1D |
| Octal | 55 | 20 | 204 | 102 | 130 | 0 | 60 | 377 | 116 | 35 |
| Binary | 101101 | 10000 | 10000100 | 1000010 | 1011000 | 0 | 110000 | 11111111 | 1001110 | 11101 |
Color Harmonies of #2D1084
Complementary color
Monochromatic Colors of #2D1084
Black with #2D1084
Text Example
Text Example
White with #2D1084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1084; }
p { color: rgb(45,16,132); }
H1.HeaderClassName
{
color: #2D1084;
}
.AnyTagClassName
{
color: #2D1084;
}
</style>
background-color css
<style>
a { background-color: #2D1084; }
a { background-color: rgb(45,16,132); }
div.DivClassName
{
background-color: #2D1084;
}
.BgClassName
{
background-color: #2D1084;
}
</style>
border-color css
<style>
span { border-color: #2D1084; }
span { border-color: rgb(45,16,132); }
td.TdClassName
{
border-color: #2D1084;
}
.TagClassName
{
border-color: #2D1084;
}
</style>