Shades of Persian Indigo #2D0769
Tints of Persian Indigo #2D0769
RGB
CMYK
RGB Variations
Color information
#2D0769 (or 0x2D0769) is known color: Persian Indigo. HEX triplet: 2D, 07 and 69. RGB value is (45,7,105). Sum of RGB (Red+Green+Blue) = 45+7+105=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 7 (3.12% from 255 or 4.46% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #2D0769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0769 is #D2F896. Grayscale: #1D1D1D. Windows color (decimal): -13826199 or 6883117. OLE color: 6883117.
HSL color Cylindrical-coordinate representation of color #2D0769: hue angle of 263.27º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D0769 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 45 | 7 | 105 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.59 |
| HSL | 263.27º | 0.88% | 0.22% | - |
| HSV(B) | 263.27º | 0.93% | 0.41% | - |
| XYZ | 3.71 | 1.73 | 13.5 | - |
| YUV | 29.53 | 170.59 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 7 | 105 | 0.57 | 0.93 | 0 | 0.59 | 263.27 | 0.88 | 0.22 |
| Hex | 2D | 7 | 69 | 39 | 5D | 0 | 3B | 107 | 58 | 16 |
| Octal | 55 | 7 | 151 | 71 | 135 | 0 | 73 | 407 | 130 | 26 |
| Binary | 101101 | 111 | 1101001 | 111001 | 1011101 | 0 | 111011 | 100000111 | 1011000 | 10110 |
Color Harmonies of #2D0769
Complementary color
Monochromatic Colors of #2D0769
Black with #2D0769
Text Example
Text Example
White with #2D0769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0769; }
p { color: rgb(45,7,105); }
H1.HeaderClassName
{
color: #2D0769;
}
.AnyTagClassName
{
color: #2D0769;
}
</style>
background-color css
<style>
a { background-color: #2D0769; }
a { background-color: rgb(45,7,105); }
div.DivClassName
{
background-color: #2D0769;
}
.BgClassName
{
background-color: #2D0769;
}
</style>
border-color css
<style>
span { border-color: #2D0769; }
span { border-color: rgb(45,7,105); }
td.TdClassName
{
border-color: #2D0769;
}
.TagClassName
{
border-color: #2D0769;
}
</style>