Shades of Persian Indigo #2D1069
Tints of Persian Indigo #2D1069
RGB
CMYK
RGB Variations
Color information
#2D1069 (or 0x2D1069) is known color: Persian Indigo. HEX triplet: 2D, 10 and 69. RGB value is (45,16,105). Sum of RGB (Red+Green+Blue) = 45+16+105=166 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.11% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #2D1069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1069 is #D2EF96. Grayscale: #222222. Windows color (decimal): -13823895 or 6885421. OLE color: 6885421.
HSL color Cylindrical-coordinate representation of color #2D1069: hue angle of 259.55º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2D1069 is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 16 | 105 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.59 |
| HSL | 259.55º | 0.74% | 0.24% | - |
| HSV(B) | 259.55º | 0.85% | 0.41% | - |
| XYZ | 3.82 | 1.95 | 13.54 | - |
| YUV | 34.82 | 167.61 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 16 | 105 | 0.57 | 0.85 | 0 | 0.59 | 259.55 | 0.74 | 0.24 |
| Hex | 2D | 10 | 69 | 39 | 55 | 0 | 3B | 104 | 4A | 18 |
| Octal | 55 | 20 | 151 | 71 | 125 | 0 | 73 | 404 | 112 | 30 |
| Binary | 101101 | 10000 | 1101001 | 111001 | 1010101 | 0 | 111011 | 100000100 | 1001010 | 11000 |
Color Harmonies of #2D1069
Complementary color
Monochromatic Colors of #2D1069
Black with #2D1069
Text Example
Text Example
White with #2D1069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1069; }
p { color: rgb(45,16,105); }
H1.HeaderClassName
{
color: #2D1069;
}
.AnyTagClassName
{
color: #2D1069;
}
</style>
background-color css
<style>
a { background-color: #2D1069; }
a { background-color: rgb(45,16,105); }
div.DivClassName
{
background-color: #2D1069;
}
.BgClassName
{
background-color: #2D1069;
}
</style>
border-color css
<style>
span { border-color: #2D1069; }
span { border-color: rgb(45,16,105); }
td.TdClassName
{
border-color: #2D1069;
}
.TagClassName
{
border-color: #2D1069;
}
</style>