Shades of Persian Indigo #2D0663
Tints of Persian Indigo #2D0663
RGB
CMYK
RGB Variations
Color information
#2D0663 (or 0x2D0663) is known color: Persian Indigo. HEX triplet: 2D, 06 and 63. RGB value is (45,6,99). Sum of RGB (Red+Green+Blue) = 45+6+99=150 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 99 (39.06% from 255 or 66% from 150); Max value from RGB is 99 - color contains mainly: blue. Hex color #2D0663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0663 is #D2F99C. Grayscale: #1B1B1B. Windows color (decimal): -13826461 or 6489645. OLE color: 6489645.
HSL color Cylindrical-coordinate representation of color #2D0663: hue angle of 265.16º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0663 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 45 | 6 | 99 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.61 |
| HSL | 265.16º | 0.89% | 0.21% | - |
| HSV(B) | 265.16º | 0.94% | 0.39% | - |
| XYZ | 3.4 | 1.59 | 11.93 | - |
| YUV | 28.26 | 167.92 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 99 | 0.55 | 0.94 | 0 | 0.61 | 265.16 | 0.89 | 0.21 |
| Hex | 2D | 6 | 63 | 37 | 5E | 0 | 3D | 109 | 59 | 15 |
| Octal | 55 | 6 | 143 | 67 | 136 | 0 | 75 | 411 | 131 | 25 |
| Binary | 101101 | 110 | 1100011 | 110111 | 1011110 | 0 | 111101 | 100001001 | 1011001 | 10101 |
Color Harmonies of #2D0663
Complementary color
Monochromatic Colors of #2D0663
Black with #2D0663
Text Example
Text Example
White with #2D0663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0663; }
p { color: rgb(45,6,99); }
H1.HeaderClassName
{
color: #2D0663;
}
.AnyTagClassName
{
color: #2D0663;
}
</style>
background-color css
<style>
a { background-color: #2D0663; }
a { background-color: rgb(45,6,99); }
div.DivClassName
{
background-color: #2D0663;
}
.BgClassName
{
background-color: #2D0663;
}
</style>
border-color css
<style>
span { border-color: #2D0663; }
span { border-color: rgb(45,6,99); }
td.TdClassName
{
border-color: #2D0663;
}
.TagClassName
{
border-color: #2D0663;
}
</style>