Shades of Persian Indigo #2C0F8A
Tints of Persian Indigo #2C0F8A
RGB
CMYK
RGB Variations
Color information
#2C0F8A (or 0x2C0F8A) is known color: Persian Indigo. HEX triplet: 2C, 0F and 8A. RGB value is (44,15,138). Sum of RGB (Red+Green+Blue) = 44+15+138=197 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.34% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 138 (54.30% from 255 or 70.05% from 197); Max value from RGB is 138 - color contains mainly: blue. Hex color #2C0F8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C0F8A is #D3F075. Grayscale: #252525. Windows color (decimal): -13889654 or 9047852. OLE color: 9047852.
HSL color Cylindrical-coordinate representation of color #2C0F8A: hue angle of 254.15º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2C0F8A is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 44 | 15 | 138 | - |
| CMYK | 0.68 | 0.89 | 0 | 0.46 |
| HSL | 254.15º | 0.8% | 0.3% | - |
| HSV(B) | 254.15º | 0.89% | 0.54% | - |
| XYZ | 5.8 | 2.71 | 24.26 | - |
| YUV | 37.69 | 184.61 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 15 | 138 | 0.68 | 0.89 | 0 | 0.46 | 254.15 | 0.8 | 0.3 |
| Hex | 2C | F | 8A | 44 | 59 | 0 | 2E | FE | 50 | 1E |
| Octal | 54 | 17 | 212 | 104 | 131 | 0 | 56 | 376 | 120 | 36 |
| Binary | 101100 | 1111 | 10001010 | 1000100 | 1011001 | 0 | 101110 | 11111110 | 1010000 | 11110 |
Color Harmonies of #2C0F8A
Complementary color
Monochromatic Colors of #2C0F8A
Black with #2C0F8A
Text Example
Text Example
White with #2C0F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0F8A; }
p { color: rgb(44,15,138); }
H1.HeaderClassName
{
color: #2C0F8A;
}
.AnyTagClassName
{
color: #2C0F8A;
}
</style>
background-color css
<style>
a { background-color: #2C0F8A; }
a { background-color: rgb(44,15,138); }
div.DivClassName
{
background-color: #2C0F8A;
}
.BgClassName
{
background-color: #2C0F8A;
}
</style>
border-color css
<style>
span { border-color: #2C0F8A; }
span { border-color: rgb(44,15,138); }
td.TdClassName
{
border-color: #2C0F8A;
}
.TagClassName
{
border-color: #2C0F8A;
}
</style>