Shades of Persian Indigo #2C1678
Tints of Persian Indigo #2C1678
RGB
CMYK
RGB Variations
Color information
#2C1678 (or 0x2C1678) is known color: Persian Indigo. HEX triplet: 2C, 16 and 78. RGB value is (44,22,120). Sum of RGB (Red+Green+Blue) = 44+22+120=186 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.66% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 120 (47.27% from 255 or 64.52% from 186); Max value from RGB is 120 - color contains mainly: blue. Hex color #2C1678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1678 is #D3E987. Grayscale: #272727. Windows color (decimal): -13887880 or 7869996. OLE color: 7869996.
HSL color Cylindrical-coordinate representation of color #2C1678: hue angle of 253.47º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C1678 is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 44 | 22 | 120 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.53 |
| HSL | 253.47º | 0.69% | 0.28% | - |
| HSV(B) | 253.47º | 0.82% | 0.47% | - |
| XYZ | 4.72 | 2.47 | 18 | - |
| YUV | 39.75 | 173.29 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 22 | 120 | 0.63 | 0.82 | 0 | 0.53 | 253.47 | 0.69 | 0.28 |
| Hex | 2C | 16 | 78 | 3F | 52 | 0 | 35 | FD | 45 | 1C |
| Octal | 54 | 26 | 170 | 77 | 122 | 0 | 65 | 375 | 105 | 34 |
| Binary | 101100 | 10110 | 1111000 | 111111 | 1010010 | 0 | 110101 | 11111101 | 1000101 | 11100 |
Color Harmonies of #2C1678
Complementary color
Monochromatic Colors of #2C1678
Black with #2C1678
Text Example
Text Example
White with #2C1678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1678; }
p { color: rgb(44,22,120); }
H1.HeaderClassName
{
color: #2C1678;
}
.AnyTagClassName
{
color: #2C1678;
}
</style>
background-color css
<style>
a { background-color: #2C1678; }
a { background-color: rgb(44,22,120); }
div.DivClassName
{
background-color: #2C1678;
}
.BgClassName
{
background-color: #2C1678;
}
</style>
border-color css
<style>
span { border-color: #2C1678; }
span { border-color: rgb(44,22,120); }
td.TdClassName
{
border-color: #2C1678;
}
.TagClassName
{
border-color: #2C1678;
}
</style>