Shades of Persian Indigo #2C0179
Tints of Persian Indigo #2C0179
RGB
CMYK
RGB Variations
Color information
#2C0179 (or 0x2C0179) is known color: Persian Indigo. HEX triplet: 2C, 01 and 79. RGB value is (44,1,121). Sum of RGB (Red+Green+Blue) = 44+1+121=166 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.51% from 166); Green value is 1 (0.78% from 255 or 0.60% from 166); Blue value is 121 (47.66% from 255 or 72.89% from 166); Max value from RGB is 121 - color contains mainly: blue. Hex color #2C0179 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0179 is #D3FE86. Grayscale: #1B1B1B. Windows color (decimal): -13893255 or 7930156. OLE color: 7930156.
HSL color Cylindrical-coordinate representation of color #2C0179: hue angle of 261.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C0179 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 1 | 121 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.53 |
| HSL | 261.5º | 0.98% | 0.24% | - |
| HSV(B) | 261.5º | 0.99% | 0.47% | - |
| XYZ | 4.5 | 1.94 | 18.23 | - |
| YUV | 27.54 | 180.75 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 1 | 121 | 0.64 | 0.99 | 0 | 0.53 | 261.5 | 0.98 | 0.24 |
| Hex | 2C | 1 | 79 | 40 | 63 | 0 | 35 | 106 | 62 | 18 |
| Octal | 54 | 1 | 171 | 100 | 143 | 0 | 65 | 406 | 142 | 30 |
| Binary | 101100 | 1 | 1111001 | 1000000 | 1100011 | 0 | 110101 | 100000110 | 1100010 | 11000 |
Color Harmonies of #2C0179
Complementary color
Monochromatic Colors of #2C0179
Black with #2C0179
Text Example
Text Example
White with #2C0179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0179; }
p { color: rgb(44,1,121); }
H1.HeaderClassName
{
color: #2C0179;
}
.AnyTagClassName
{
color: #2C0179;
}
</style>
background-color css
<style>
a { background-color: #2C0179; }
a { background-color: rgb(44,1,121); }
div.DivClassName
{
background-color: #2C0179;
}
.BgClassName
{
background-color: #2C0179;
}
</style>
border-color css
<style>
span { border-color: #2C0179; }
span { border-color: rgb(44,1,121); }
td.TdClassName
{
border-color: #2C0179;
}
.TagClassName
{
border-color: #2C0179;
}
</style>