Shades of Persian Indigo #2C0166
Tints of Persian Indigo #2C0166
RGB
CMYK
RGB Variations
Color information
#2C0166 (or 0x2C0166) is known color: Persian Indigo. HEX triplet: 2C, 01 and 66. RGB value is (44,1,102). Sum of RGB (Red+Green+Blue) = 44+1+102=147 (19% of max value = 765). Red value is 44 (17.58% from 255 or 29.93% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 102 (40.23% from 255 or 69.39% from 147); Max value from RGB is 102 - color contains mainly: blue. Hex color #2C0166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0166 is #D3FE99. Grayscale: #191919. Windows color (decimal): -13893274 or 6684972. OLE color: 6684972.
HSL color Cylindrical-coordinate representation of color #2C0166: hue angle of 265.54º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2C0166 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 44 | 1 | 102 | - |
| CMYK | 0.57 | 0.99 | 0 | 0.6 |
| HSL | 265.54º | 0.98% | 0.2% | - |
| HSV(B) | 265.54º | 0.99% | 0.4% | - |
| XYZ | 3.45 | 1.52 | 12.68 | - |
| YUV | 25.37 | 171.25 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 1 | 102 | 0.57 | 0.99 | 0 | 0.6 | 265.54 | 0.98 | 0.2 |
| Hex | 2C | 1 | 66 | 39 | 63 | 0 | 3C | 10A | 62 | 14 |
| Octal | 54 | 1 | 146 | 71 | 143 | 0 | 74 | 412 | 142 | 24 |
| Binary | 101100 | 1 | 1100110 | 111001 | 1100011 | 0 | 111100 | 100001010 | 1100010 | 10100 |
Color Harmonies of #2C0166
Complementary color
Monochromatic Colors of #2C0166
Black with #2C0166
Text Example
Text Example
White with #2C0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0166; }
p { color: rgb(44,1,102); }
H1.HeaderClassName
{
color: #2C0166;
}
.AnyTagClassName
{
color: #2C0166;
}
</style>
background-color css
<style>
a { background-color: #2C0166; }
a { background-color: rgb(44,1,102); }
div.DivClassName
{
background-color: #2C0166;
}
.BgClassName
{
background-color: #2C0166;
}
</style>
border-color css
<style>
span { border-color: #2C0166; }
span { border-color: rgb(44,1,102); }
td.TdClassName
{
border-color: #2C0166;
}
.TagClassName
{
border-color: #2C0166;
}
</style>