Shades of Persian Indigo #2C0061
Tints of Persian Indigo #2C0061
RGB
CMYK
RGB Variations
Color information
#2C0061 (or 0x2C0061) is known color: Persian Indigo. HEX triplet: 2C, 00 and 61. RGB value is (44,0,97). Sum of RGB (Red+Green+Blue) = 44+0+97=141 (18% of max value = 765). Red value is 44 (17.58% from 255 or 31.21% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 97 (38.28% from 255 or 68.79% from 141); Max value from RGB is 97 - color contains mainly: blue. Hex color #2C0061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0061 is #D3FF9E. Grayscale: #171717. Windows color (decimal): -13893535 or 6357036. OLE color: 6357036.
HSL color Cylindrical-coordinate representation of color #2C0061: hue angle of 267.22º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C0061 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 44 | 0 | 97 | - |
| CMYK | 0.55 | 1 | 0 | 0.62 |
| HSL | 267.22º | 1% | 0.19% | - |
| HSV(B) | 267.22º | 1% | 0.38% | - |
| XYZ | 3.2 | 1.4 | 11.41 | - |
| YUV | 24.21 | 169.08 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 97 | 0.55 | 1 | 0 | 0.62 | 267.22 | 1 | 0.19 |
| Hex | 2C | 0 | 61 | 37 | 64 | 0 | 3E | 10B | 64 | 13 |
| Octal | 54 | 0 | 141 | 67 | 144 | 0 | 76 | 413 | 144 | 23 |
| Binary | 101100 | 0 | 1100001 | 110111 | 1100100 | 0 | 111110 | 100001011 | 1100100 | 10011 |
Color Harmonies of #2C0061
Complementary color
Monochromatic Colors of #2C0061
Black with #2C0061
Text Example
Text Example
White with #2C0061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0061; }
p { color: rgb(44,0,97); }
H1.HeaderClassName
{
color: #2C0061;
}
.AnyTagClassName
{
color: #2C0061;
}
</style>
background-color css
<style>
a { background-color: #2C0061; }
a { background-color: rgb(44,0,97); }
div.DivClassName
{
background-color: #2C0061;
}
.BgClassName
{
background-color: #2C0061;
}
</style>
border-color css
<style>
span { border-color: #2C0061; }
span { border-color: rgb(44,0,97); }
td.TdClassName
{
border-color: #2C0061;
}
.TagClassName
{
border-color: #2C0061;
}
</style>