Shades of Persian Indigo #2C1085
Tints of Persian Indigo #2C1085
RGB
CMYK
RGB Variations
Color information
#2C1085 (or 0x2C1085) is known color: Persian Indigo. HEX triplet: 2C, 10 and 85. RGB value is (44,16,133). Sum of RGB (Red+Green+Blue) = 44+16+133=193 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.80% from 193); Green value is 16 (6.64% from 255 or 8.29% from 193); Blue value is 133 (52.34% from 255 or 68.91% from 193); Max value from RGB is 133 - color contains mainly: blue. Hex color #2C1085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C1085 is #D3EF7A. Grayscale: #252525. Windows color (decimal): -13889403 or 8720428. OLE color: 8720428.
HSL color Cylindrical-coordinate representation of color #2C1085: hue angle of 254.36º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2C1085 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 44 | 16 | 133 | - |
| CMYK | 0.67 | 0.88 | 0 | 0.48 |
| HSL | 254.36º | 0.79% | 0.29% | - |
| HSV(B) | 254.36º | 0.88% | 0.52% | - |
| XYZ | 5.46 | 2.6 | 22.4 | - |
| YUV | 37.71 | 181.78 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 16 | 133 | 0.67 | 0.88 | 0 | 0.48 | 254.36 | 0.79 | 0.29 |
| Hex | 2C | 10 | 85 | 43 | 58 | 0 | 30 | FE | 4F | 1D |
| Octal | 54 | 20 | 205 | 103 | 130 | 0 | 60 | 376 | 117 | 35 |
| Binary | 101100 | 10000 | 10000101 | 1000011 | 1011000 | 0 | 110000 | 11111110 | 1001111 | 11101 |
Color Harmonies of #2C1085
Complementary color
Monochromatic Colors of #2C1085
Black with #2C1085
Text Example
Text Example
White with #2C1085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1085; }
p { color: rgb(44,16,133); }
H1.HeaderClassName
{
color: #2C1085;
}
.AnyTagClassName
{
color: #2C1085;
}
</style>
background-color css
<style>
a { background-color: #2C1085; }
a { background-color: rgb(44,16,133); }
div.DivClassName
{
background-color: #2C1085;
}
.BgClassName
{
background-color: #2C1085;
}
</style>
border-color css
<style>
span { border-color: #2C1085; }
span { border-color: rgb(44,16,133); }
td.TdClassName
{
border-color: #2C1085;
}
.TagClassName
{
border-color: #2C1085;
}
</style>