Shades of Persian Indigo #2C007B
Tints of Persian Indigo #2C007B
RGB
CMYK
RGB Variations
Color information
#2C007B (or 0x2C007B) is known color: Persian Indigo. HEX triplet: 2C, 00 and 7B. RGB value is (44,0,123). Sum of RGB (Red+Green+Blue) = 44+0+123=167 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.35% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 123 (48.44% from 255 or 73.65% from 167); Max value from RGB is 123 - color contains mainly: blue. Hex color #2C007B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C007B is #D3FF84. Grayscale: #1A1A1A. Windows color (decimal): -13893509 or 8060972. OLE color: 8060972.
HSL color Cylindrical-coordinate representation of color #2C007B: hue angle of 261.46º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2C007B is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 0 | 123 | - |
| CMYK | 0.64 | 1 | 0 | 0.52 |
| HSL | 261.46º | 1% | 0.24% | - |
| HSV(B) | 261.46º | 1% | 0.48% | - |
| XYZ | 4.61 | 1.97 | 18.88 | - |
| YUV | 27.18 | 182.08 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 0 | 123 | 0.64 | 1 | 0 | 0.52 | 261.46 | 1 | 0.24 |
| Hex | 2C | 0 | 7B | 40 | 64 | 0 | 34 | 105 | 64 | 18 |
| Octal | 54 | 0 | 173 | 100 | 144 | 0 | 64 | 405 | 144 | 30 |
| Binary | 101100 | 0 | 1111011 | 1000000 | 1100100 | 0 | 110100 | 100000101 | 1100100 | 11000 |
Color Harmonies of #2C007B
Complementary color
Monochromatic Colors of #2C007B
Black with #2C007B
Text Example
Text Example
White with #2C007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C007B; }
p { color: rgb(44,0,123); }
H1.HeaderClassName
{
color: #2C007B;
}
.AnyTagClassName
{
color: #2C007B;
}
</style>
background-color css
<style>
a { background-color: #2C007B; }
a { background-color: rgb(44,0,123); }
div.DivClassName
{
background-color: #2C007B;
}
.BgClassName
{
background-color: #2C007B;
}
</style>
border-color css
<style>
span { border-color: #2C007B; }
span { border-color: rgb(44,0,123); }
td.TdClassName
{
border-color: #2C007B;
}
.TagClassName
{
border-color: #2C007B;
}
</style>