Shades of Persian Indigo #2C086E
Tints of Persian Indigo #2C086E
RGB
CMYK
RGB Variations
Color information
#2C086E (or 0x2C086E) is known color: Persian Indigo. HEX triplet: 2C, 08 and 6E. RGB value is (44,8,110). Sum of RGB (Red+Green+Blue) = 44+8+110=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 110 (43.36% from 255 or 67.90% from 162); Max value from RGB is 110 - color contains mainly: blue. Hex color #2C086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C086E is #D3F791. Grayscale: #1E1E1E. Windows color (decimal): -13891474 or 7211052. OLE color: 7211052.
HSL color Cylindrical-coordinate representation of color #2C086E: hue angle of 261.18º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C086E is Cyan = 0.6, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 44 | 8 | 110 | - |
| CMYK | 0.6 | 0.93 | 0 | 0.57 |
| HSL | 261.18º | 0.86% | 0.23% | - |
| HSV(B) | 261.18º | 0.93% | 0.43% | - |
| XYZ | 3.94 | 1.83 | 14.9 | - |
| YUV | 30.39 | 172.93 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 8 | 110 | 0.6 | 0.93 | 0 | 0.57 | 261.18 | 0.86 | 0.23 |
| Hex | 2C | 8 | 6E | 3C | 5D | 0 | 39 | 105 | 56 | 17 |
| Octal | 54 | 10 | 156 | 74 | 135 | 0 | 71 | 405 | 126 | 27 |
| Binary | 101100 | 1000 | 1101110 | 111100 | 1011101 | 0 | 111001 | 100000101 | 1010110 | 10111 |
Color Harmonies of #2C086E
Complementary color
Monochromatic Colors of #2C086E
Black with #2C086E
Text Example
Text Example
White with #2C086E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C086E; }
p { color: rgb(44,8,110); }
H1.HeaderClassName
{
color: #2C086E;
}
.AnyTagClassName
{
color: #2C086E;
}
</style>
background-color css
<style>
a { background-color: #2C086E; }
a { background-color: rgb(44,8,110); }
div.DivClassName
{
background-color: #2C086E;
}
.BgClassName
{
background-color: #2C086E;
}
</style>
border-color css
<style>
span { border-color: #2C086E; }
span { border-color: rgb(44,8,110); }
td.TdClassName
{
border-color: #2C086E;
}
.TagClassName
{
border-color: #2C086E;
}
</style>