Shades of Persian Indigo #2C0168
Tints of Persian Indigo #2C0168
RGB
CMYK
RGB Variations
Color information
#2C0168 (or 0x2C0168) is known color: Persian Indigo. HEX triplet: 2C, 01 and 68. RGB value is (44,1,104). Sum of RGB (Red+Green+Blue) = 44+1+104=149 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.53% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 104 (41.02% from 255 or 69.80% from 149); Max value from RGB is 104 - color contains mainly: blue. Hex color #2C0168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0168 is #D3FE97. Grayscale: #191919. Windows color (decimal): -13893272 or 6816044. OLE color: 6816044.
HSL color Cylindrical-coordinate representation of color #2C0168: hue angle of 265.05º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C0168 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 1 | 104 | - |
| CMYK | 0.58 | 0.99 | 0 | 0.59 |
| HSL | 265.05º | 0.98% | 0.21% | - |
| HSV(B) | 265.05º | 0.99% | 0.41% | - |
| XYZ | 3.55 | 1.56 | 13.21 | - |
| YUV | 25.6 | 172.25 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 1 | 104 | 0.58 | 0.99 | 0 | 0.59 | 265.05 | 0.98 | 0.21 |
| Hex | 2C | 1 | 68 | 3A | 63 | 0 | 3B | 109 | 62 | 15 |
| Octal | 54 | 1 | 150 | 72 | 143 | 0 | 73 | 411 | 142 | 25 |
| Binary | 101100 | 1 | 1101000 | 111010 | 1100011 | 0 | 111011 | 100001001 | 1100010 | 10101 |
Color Harmonies of #2C0168
Complementary color
Monochromatic Colors of #2C0168
Black with #2C0168
Text Example
Text Example
White with #2C0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0168; }
p { color: rgb(44,1,104); }
H1.HeaderClassName
{
color: #2C0168;
}
.AnyTagClassName
{
color: #2C0168;
}
</style>
background-color css
<style>
a { background-color: #2C0168; }
a { background-color: rgb(44,1,104); }
div.DivClassName
{
background-color: #2C0168;
}
.BgClassName
{
background-color: #2C0168;
}
</style>
border-color css
<style>
span { border-color: #2C0168; }
span { border-color: rgb(44,1,104); }
td.TdClassName
{
border-color: #2C0168;
}
.TagClassName
{
border-color: #2C0168;
}
</style>