Shades of Persian Indigo #2C027B
Tints of Persian Indigo #2C027B
RGB
CMYK
RGB Variations
Color information
#2C027B (or 0x2C027B) is known color: Persian Indigo. HEX triplet: 2C, 02 and 7B. RGB value is (44,2,123). Sum of RGB (Red+Green+Blue) = 44+2+123=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 123 (48.44% from 255 or 72.78% from 169); Max value from RGB is 123 - color contains mainly: blue. Hex color #2C027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C027B is #D3FD84. Grayscale: #1B1B1B. Windows color (decimal): -13892997 or 8061484. OLE color: 8061484.
HSL color Cylindrical-coordinate representation of color #2C027B: hue angle of 260.83º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C027B is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 2 | 123 | - |
| CMYK | 0.64 | 0.98 | 0 | 0.52 |
| HSL | 260.83º | 0.97% | 0.25% | - |
| HSV(B) | 260.83º | 0.98% | 0.48% | - |
| XYZ | 4.64 | 2.01 | 18.88 | - |
| YUV | 28.35 | 181.41 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 2 | 123 | 0.64 | 0.98 | 0 | 0.52 | 260.83 | 0.97 | 0.25 |
| Hex | 2C | 2 | 7B | 40 | 62 | 0 | 34 | 105 | 61 | 19 |
| Octal | 54 | 2 | 173 | 100 | 142 | 0 | 64 | 405 | 141 | 31 |
| Binary | 101100 | 10 | 1111011 | 1000000 | 1100010 | 0 | 110100 | 100000101 | 1100001 | 11001 |
Color Harmonies of #2C027B
Complementary color
Monochromatic Colors of #2C027B
Black with #2C027B
Text Example
Text Example
White with #2C027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C027B; }
p { color: rgb(44,2,123); }
H1.HeaderClassName
{
color: #2C027B;
}
.AnyTagClassName
{
color: #2C027B;
}
</style>
background-color css
<style>
a { background-color: #2C027B; }
a { background-color: rgb(44,2,123); }
div.DivClassName
{
background-color: #2C027B;
}
.BgClassName
{
background-color: #2C027B;
}
</style>
border-color css
<style>
span { border-color: #2C027B; }
span { border-color: rgb(44,2,123); }
td.TdClassName
{
border-color: #2C027B;
}
.TagClassName
{
border-color: #2C027B;
}
</style>