Shades of Persian Indigo #2C1694
Tints of Persian Indigo #2C1694
RGB
CMYK
RGB Variations
Color information
#2C1694 (or 0x2C1694) is known color: Persian Indigo. HEX triplet: 2C, 16 and 94. RGB value is (44,22,148). Sum of RGB (Red+Green+Blue) = 44+22+148=214 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.56% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 148 (58.20% from 255 or 69.16% from 214); Max value from RGB is 148 - color contains mainly: blue. Hex color #2C1694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1694 is #D3E96B. Grayscale: #2A2A2A. Windows color (decimal): -13887852 or 9705004. OLE color: 9705004.
HSL color Cylindrical-coordinate representation of color #2C1694: hue angle of 250.48º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2C1694 is Cyan = 0.70, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 44 | 22 | 148 | - |
| CMYK | 0.70 | 0.85 | 0 | 0.42 |
| HSL | 250.48º | 0.74% | 0.33% | - |
| HSV(B) | 250.48º | 0.85% | 0.58% | - |
| XYZ | 6.67 | 3.25 | 28.29 | - |
| YUV | 42.94 | 187.29 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 22 | 148 | 0.70 | 0.85 | 0 | 0.42 | 250.48 | 0.74 | 0.33 |
| Hex | 2C | 16 | 94 | 46 | 55 | 0 | 2A | FA | 4A | 21 |
| Octal | 54 | 26 | 224 | 106 | 125 | 0 | 52 | 372 | 112 | 41 |
| Binary | 101100 | 10110 | 10010100 | 1000110 | 1010101 | 0 | 101010 | 11111010 | 1001010 | 100001 |
Color Harmonies of #2C1694
Complementary color
Monochromatic Colors of #2C1694
Black with #2C1694
Text Example
Text Example
White with #2C1694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1694; }
p { color: rgb(44,22,148); }
H1.HeaderClassName
{
color: #2C1694;
}
.AnyTagClassName
{
color: #2C1694;
}
</style>
background-color css
<style>
a { background-color: #2C1694; }
a { background-color: rgb(44,22,148); }
div.DivClassName
{
background-color: #2C1694;
}
.BgClassName
{
background-color: #2C1694;
}
</style>
border-color css
<style>
span { border-color: #2C1694; }
span { border-color: rgb(44,22,148); }
td.TdClassName
{
border-color: #2C1694;
}
.TagClassName
{
border-color: #2C1694;
}
</style>