Shades of Persian Indigo #2C0696
Tints of Persian Indigo #2C0696
RGB
CMYK
RGB Variations
Color information
#2C0696 (or 0x2C0696) is known color: Persian Indigo. HEX triplet: 2C, 06 and 96. RGB value is (44,6,150). Sum of RGB (Red+Green+Blue) = 44+6+150=200 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 150 (58.98% from 255 or 75% from 200); Max value from RGB is 150 - color contains mainly: blue. Hex color #2C0696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0696 is #D3F969. Grayscale: #212121. Windows color (decimal): -13891946 or 9831980. OLE color: 9831980.
HSL color Cylindrical-coordinate representation of color #2C0696: hue angle of 255.83º 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 #2C0696 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 44 | 6 | 150 | - |
| CMYK | 0.71 | 0.96 | 0 | 0.41 |
| HSL | 255.83º | 0.92% | 0.31% | - |
| HSV(B) | 255.83º | 0.96% | 0.59% | - |
| XYZ | 6.61 | 2.87 | 29.06 | - |
| YUV | 33.78 | 193.59 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 6 | 150 | 0.71 | 0.96 | 0 | 0.41 | 255.83 | 0.92 | 0.31 |
| Hex | 2C | 6 | 96 | 47 | 60 | 0 | 29 | 100 | 5C | 1F |
| Octal | 54 | 6 | 226 | 107 | 140 | 0 | 51 | 400 | 134 | 37 |
| Binary | 101100 | 110 | 10010110 | 1000111 | 1100000 | 0 | 101001 | 100000000 | 1011100 | 11111 |
Color Harmonies of #2C0696
Complementary color
Monochromatic Colors of #2C0696
Black with #2C0696
Text Example
Text Example
White with #2C0696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0696; }
p { color: rgb(44,6,150); }
H1.HeaderClassName
{
color: #2C0696;
}
.AnyTagClassName
{
color: #2C0696;
}
</style>
background-color css
<style>
a { background-color: #2C0696; }
a { background-color: rgb(44,6,150); }
div.DivClassName
{
background-color: #2C0696;
}
.BgClassName
{
background-color: #2C0696;
}
</style>
border-color css
<style>
span { border-color: #2C0696; }
span { border-color: rgb(44,6,150); }
td.TdClassName
{
border-color: #2C0696;
}
.TagClassName
{
border-color: #2C0696;
}
</style>