Shades of Persian Indigo #2C0165
Tints of Persian Indigo #2C0165
RGB
CMYK
RGB Variations
Color information
#2C0165 (or 0x2C0165) is known color: Persian Indigo. HEX triplet: 2C, 01 and 65. RGB value is (44,1,101). Sum of RGB (Red+Green+Blue) = 44+1+101=146 (19% of max value = 765). Red value is 44 (17.58% from 255 or 30.14% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 101 (39.84% from 255 or 69.18% from 146); Max value from RGB is 101 - color contains mainly: blue. Hex color #2C0165 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0165 is #D3FE9A. Grayscale: #181818. Windows color (decimal): -13893275 or 6619436. OLE color: 6619436.
HSL color Cylindrical-coordinate representation of color #2C0165: hue angle of 265.8º 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 #2C0165 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 44 | 1 | 101 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.60 |
| HSL | 265.8º | 0.98% | 0.2% | - |
| HSV(B) | 265.8º | 0.99% | 0.4% | - |
| XYZ | 3.4 | 1.5 | 12.42 | - |
| YUV | 25.26 | 170.75 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 1 | 101 | 0.56 | 0.99 | 0 | 0.60 | 265.8 | 0.98 | 0.2 |
| Hex | 2C | 1 | 65 | 38 | 63 | 0 | 3C | 10A | 62 | 14 |
| Octal | 54 | 1 | 145 | 70 | 143 | 0 | 74 | 412 | 142 | 24 |
| Binary | 101100 | 1 | 1100101 | 111000 | 1100011 | 0 | 111100 | 100001010 | 1100010 | 10100 |
Color Harmonies of #2C0165
Complementary color
Monochromatic Colors of #2C0165
Black with #2C0165
Text Example
Text Example
White with #2C0165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0165; }
p { color: rgb(44,1,101); }
H1.HeaderClassName
{
color: #2C0165;
}
.AnyTagClassName
{
color: #2C0165;
}
</style>
background-color css
<style>
a { background-color: #2C0165; }
a { background-color: rgb(44,1,101); }
div.DivClassName
{
background-color: #2C0165;
}
.BgClassName
{
background-color: #2C0165;
}
</style>
border-color css
<style>
span { border-color: #2C0165; }
span { border-color: rgb(44,1,101); }
td.TdClassName
{
border-color: #2C0165;
}
.TagClassName
{
border-color: #2C0165;
}
</style>