Shades of Persian Indigo #2D0696
Tints of Persian Indigo #2D0696
RGB
CMYK
RGB Variations
Color information
#2D0696 (or 0x2D0696) is known color: Persian Indigo. HEX triplet: 2D, 06 and 96. RGB value is (45,6,150). Sum of RGB (Red+Green+Blue) = 45+6+150=201 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.39% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 150 (58.98% from 255 or 74.63% from 201); Max value from RGB is 150 - color contains mainly: blue. Hex color #2D0696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0696 is #D2F969. Grayscale: #212121. Windows color (decimal): -13826410 or 9831981. OLE color: 9831981.
HSL color Cylindrical-coordinate representation of color #2D0696: hue angle of 256.25º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D0696 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 45 | 6 | 150 | - |
| CMYK | 0.70 | 0.96 | 0 | 0.41 |
| HSL | 256.25º | 0.92% | 0.31% | - |
| HSV(B) | 256.25º | 0.96% | 0.59% | - |
| XYZ | 6.65 | 2.89 | 29.06 | - |
| YUV | 34.08 | 193.42 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 150 | 0.70 | 0.96 | 0 | 0.41 | 256.25 | 0.92 | 0.31 |
| Hex | 2D | 6 | 96 | 46 | 60 | 0 | 29 | 100 | 5C | 1F |
| Octal | 55 | 6 | 226 | 106 | 140 | 0 | 51 | 400 | 134 | 37 |
| Binary | 101101 | 110 | 10010110 | 1000110 | 1100000 | 0 | 101001 | 100000000 | 1011100 | 11111 |
Color Harmonies of #2D0696
Complementary color
Monochromatic Colors of #2D0696
Black with #2D0696
Text Example
Text Example
White with #2D0696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D0696; }
p { color: rgb(45,6,150); }
H1.HeaderClassName
{
color: #2D0696;
}
.AnyTagClassName
{
color: #2D0696;
}
</style>
background-color css
<style>
a { background-color: #2D0696; }
a { background-color: rgb(45,6,150); }
div.DivClassName
{
background-color: #2D0696;
}
.BgClassName
{
background-color: #2D0696;
}
</style>
border-color css
<style>
span { border-color: #2D0696; }
span { border-color: rgb(45,6,150); }
td.TdClassName
{
border-color: #2D0696;
}
.TagClassName
{
border-color: #2D0696;
}
</style>