Shades of Persian Indigo #2C108F
Tints of Persian Indigo #2C108F
RGB
CMYK
RGB Variations
Color information
#2C108F (or 0x2C108F) is known color: Persian Indigo. HEX triplet: 2C, 10 and 8F. RGB value is (44,16,143). Sum of RGB (Red+Green+Blue) = 44+16+143=203 (26% of max value = 765). Red value is 44 (17.58% from 255 or 21.67% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 143 (56.25% from 255 or 70.44% from 203); Max value from RGB is 143 - color contains mainly: blue. Hex color #2C108F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C108F is #D3EF70. Grayscale: #262626. Windows color (decimal): -13889393 or 9375788. OLE color: 9375788.
HSL color Cylindrical-coordinate representation of color #2C108F: hue angle of 253.23º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C108F is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 44 | 16 | 143 | - |
| CMYK | 0.69 | 0.89 | 0 | 0.44 |
| HSL | 253.23º | 0.8% | 0.31% | - |
| HSV(B) | 253.23º | 0.89% | 0.56% | - |
| XYZ | 6.18 | 2.89 | 26.22 | - |
| YUV | 38.85 | 186.78 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 16 | 143 | 0.69 | 0.89 | 0 | 0.44 | 253.23 | 0.8 | 0.31 |
| Hex | 2C | 10 | 8F | 45 | 59 | 0 | 2C | FD | 50 | 1F |
| Octal | 54 | 20 | 217 | 105 | 131 | 0 | 54 | 375 | 120 | 37 |
| Binary | 101100 | 10000 | 10001111 | 1000101 | 1011001 | 0 | 101100 | 11111101 | 1010000 | 11111 |
Color Harmonies of #2C108F
Complementary color
Monochromatic Colors of #2C108F
Black with #2C108F
Text Example
Text Example
White with #2C108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C108F; }
p { color: rgb(44,16,143); }
H1.HeaderClassName
{
color: #2C108F;
}
.AnyTagClassName
{
color: #2C108F;
}
</style>
background-color css
<style>
a { background-color: #2C108F; }
a { background-color: rgb(44,16,143); }
div.DivClassName
{
background-color: #2C108F;
}
.BgClassName
{
background-color: #2C108F;
}
</style>
border-color css
<style>
span { border-color: #2C108F; }
span { border-color: rgb(44,16,143); }
td.TdClassName
{
border-color: #2C108F;
}
.TagClassName
{
border-color: #2C108F;
}
</style>