Shades of Persian Indigo #2C007D
Tints of Persian Indigo #2C007D
RGB
CMYK
RGB Variations
Color information
#2C007D (or 0x2C007D) is known color: Persian Indigo. HEX triplet: 2C, 00 and 7D. RGB value is (44,0,125). Sum of RGB (Red+Green+Blue) = 44+0+125=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 125 (49.22% from 255 or 73.96% from 169); Max value from RGB is 125 - color contains mainly: blue. Hex color #2C007D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C007D is #D3FF82. Grayscale: #1A1A1A. Windows color (decimal): -13893507 or 8192044. OLE color: 8192044.
HSL color Cylindrical-coordinate representation of color #2C007D: hue angle of 261.12º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C007D is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 44 | 0 | 125 | - |
| CMYK | 0.65 | 1 | 0 | 0.51 |
| HSL | 261.12º | 1% | 0.25% | - |
| HSV(B) | 261.12º | 1% | 0.49% | - |
| XYZ | 4.74 | 2.02 | 19.54 | - |
| YUV | 27.41 | 183.08 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 125 | 0.65 | 1 | 0 | 0.51 | 261.12 | 1 | 0.25 |
| Hex | 2C | 0 | 7D | 41 | 64 | 0 | 33 | 105 | 64 | 19 |
| Octal | 54 | 0 | 175 | 101 | 144 | 0 | 63 | 405 | 144 | 31 |
| Binary | 101100 | 0 | 1111101 | 1000001 | 1100100 | 0 | 110011 | 100000101 | 1100100 | 11001 |
Color Harmonies of #2C007D
Complementary color
Monochromatic Colors of #2C007D
Black with #2C007D
Text Example
Text Example
White with #2C007D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C007D; }
p { color: rgb(44,0,125); }
H1.HeaderClassName
{
color: #2C007D;
}
.AnyTagClassName
{
color: #2C007D;
}
</style>
background-color css
<style>
a { background-color: #2C007D; }
a { background-color: rgb(44,0,125); }
div.DivClassName
{
background-color: #2C007D;
}
.BgClassName
{
background-color: #2C007D;
}
</style>
border-color css
<style>
span { border-color: #2C007D; }
span { border-color: rgb(44,0,125); }
td.TdClassName
{
border-color: #2C007D;
}
.TagClassName
{
border-color: #2C007D;
}
</style>