Shades of Persian Indigo #2C186A
Tints of Persian Indigo #2C186A
RGB
CMYK
RGB Variations
Color information
#2C186A (or 0x2C186A) is known color: Persian Indigo. HEX triplet: 2C, 18 and 6A. RGB value is (44,24,106). Sum of RGB (Red+Green+Blue) = 44+24+106=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 106 (41.80% from 255 or 60.92% from 174); Max value from RGB is 106 - color contains mainly: blue. Hex color #2C186A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C186A is #D3E795. Grayscale: #272727. Windows color (decimal): -13887382 or 6953004. OLE color: 6953004.
HSL color Cylindrical-coordinate representation of color #2C186A: hue angle of 254.63º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C186A is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 44 | 24 | 106 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.58 |
| HSL | 254.63º | 0.63% | 0.25% | - |
| HSV(B) | 254.63º | 0.77% | 0.42% | - |
| XYZ | 3.97 | 2.23 | 13.86 | - |
| YUV | 39.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 24 | 106 | 0.58 | 0.77 | 0 | 0.58 | 254.63 | 0.63 | 0.25 |
| Hex | 2C | 18 | 6A | 3A | 4D | 0 | 3A | FF | 3F | 19 |
| Octal | 54 | 30 | 152 | 72 | 115 | 0 | 72 | 377 | 77 | 31 |
| Binary | 101100 | 11000 | 1101010 | 111010 | 1001101 | 0 | 111010 | 11111111 | 111111 | 11001 |
Color Harmonies of #2C186A
Complementary color
Monochromatic Colors of #2C186A
Black with #2C186A
Text Example
Text Example
White with #2C186A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C186A; }
p { color: rgb(44,24,106); }
H1.HeaderClassName
{
color: #2C186A;
}
.AnyTagClassName
{
color: #2C186A;
}
</style>
background-color css
<style>
a { background-color: #2C186A; }
a { background-color: rgb(44,24,106); }
div.DivClassName
{
background-color: #2C186A;
}
.BgClassName
{
background-color: #2C186A;
}
</style>
border-color css
<style>
span { border-color: #2C186A; }
span { border-color: rgb(44,24,106); }
td.TdClassName
{
border-color: #2C186A;
}
.TagClassName
{
border-color: #2C186A;
}
</style>