Shades of Persian Indigo #2D0699
Tints of Persian Indigo #2D0699
RGB
CMYK
RGB Variations
Color information
#2D0699 (or 0x2D0699) is known color: Persian Indigo. HEX triplet: 2D, 06 and 99. RGB value is (45,6,153). Sum of RGB (Red+Green+Blue) = 45+6+153=204 (27% of max value = 765). Red value is 45 (17.97% from 255 or 22.06% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #2D0699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0699 is #D2F966. Grayscale: #212121. Windows color (decimal): -13826407 or 10028589. OLE color: 10028589.
HSL color Cylindrical-coordinate representation of color #2D0699: hue angle of 255.92º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D0699 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 45 | 6 | 153 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.4 |
| HSL | 255.92º | 0.92% | 0.31% | - |
| HSV(B) | 255.92º | 0.96% | 0.6% | - |
| XYZ | 6.9 | 2.99 | 30.35 | - |
| YUV | 34.42 | 194.92 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 153 | 0.71 | 0.96 | 0 | 0.4 | 255.92 | 0.92 | 0.31 |
| Hex | 2D | 6 | 99 | 47 | 60 | 0 | 28 | 100 | 5C | 1F |
| Octal | 55 | 6 | 231 | 107 | 140 | 0 | 50 | 400 | 134 | 37 |
| Binary | 101101 | 110 | 10011001 | 1000111 | 1100000 | 0 | 101000 | 100000000 | 1011100 | 11111 |
Color Harmonies of #2D0699
Complementary color
Monochromatic Colors of #2D0699
Black with #2D0699
Text Example
Text Example
White with #2D0699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0699; }
p { color: rgb(45,6,153); }
H1.HeaderClassName
{
color: #2D0699;
}
.AnyTagClassName
{
color: #2D0699;
}
</style>
background-color css
<style>
a { background-color: #2D0699; }
a { background-color: rgb(45,6,153); }
div.DivClassName
{
background-color: #2D0699;
}
.BgClassName
{
background-color: #2D0699;
}
</style>
border-color css
<style>
span { border-color: #2D0699; }
span { border-color: rgb(45,6,153); }
td.TdClassName
{
border-color: #2D0699;
}
.TagClassName
{
border-color: #2D0699;
}
</style>