Shades of Persian Indigo #2C006F
Tints of Persian Indigo #2C006F
RGB
CMYK
RGB Variations
Color information
#2C006F (or 0x2C006F) is known color: Persian Indigo. HEX triplet: 2C, 00 and 6F. RGB value is (44,0,111). Sum of RGB (Red+Green+Blue) = 44+0+111=155 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.39% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 111 (43.75% from 255 or 71.61% from 155); Max value from RGB is 111 - color contains mainly: blue. Hex color #2C006F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C006F is #D3FF90. Grayscale: #191919. Windows color (decimal): -13893521 or 7274540. OLE color: 7274540.
HSL color Cylindrical-coordinate representation of color #2C006F: hue angle of 263.78º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C006F is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 44 | 0 | 111 | - |
| CMYK | 0.60 | 1 | 0 | 0.56 |
| HSL | 263.78º | 1% | 0.22% | - |
| HSV(B) | 263.78º | 1% | 0.44% | - |
| XYZ | 3.91 | 1.68 | 15.16 | - |
| YUV | 25.81 | 176.08 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 111 | 0.60 | 1 | 0 | 0.56 | 263.78 | 1 | 0.22 |
| Hex | 2C | 0 | 6F | 3C | 64 | 0 | 38 | 108 | 64 | 16 |
| Octal | 54 | 0 | 157 | 74 | 144 | 0 | 70 | 410 | 144 | 26 |
| Binary | 101100 | 0 | 1101111 | 111100 | 1100100 | 0 | 111000 | 100001000 | 1100100 | 10110 |
Color Harmonies of #2C006F
Complementary color
Monochromatic Colors of #2C006F
Black with #2C006F
Text Example
Text Example
White with #2C006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C006F; }
p { color: rgb(44,0,111); }
H1.HeaderClassName
{
color: #2C006F;
}
.AnyTagClassName
{
color: #2C006F;
}
</style>
background-color css
<style>
a { background-color: #2C006F; }
a { background-color: rgb(44,0,111); }
div.DivClassName
{
background-color: #2C006F;
}
.BgClassName
{
background-color: #2C006F;
}
</style>
border-color css
<style>
span { border-color: #2C006F; }
span { border-color: rgb(44,0,111); }
td.TdClassName
{
border-color: #2C006F;
}
.TagClassName
{
border-color: #2C006F;
}
</style>