Shades of Persian Indigo #2C2687
Tints of Persian Indigo #2C2687
RGB
CMYK
RGB Variations
Color information
#2C2687 (or 0x2C2687) is known color: Persian Indigo. HEX triplet: 2C, 26 and 87. RGB value is (44,38,135). Sum of RGB (Red+Green+Blue) = 44+38+135=217 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.28% from 217); Green value is 38 (15.23% from 255 or 17.51% from 217); Blue value is 135 (53.12% from 255 or 62.21% from 217); Max value from RGB is 135 - color contains mainly: blue. Hex color #2C2687 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2C2687 is #D3D978. Grayscale: #323232. Windows color (decimal): -13883769 or 8857132. OLE color: 8857132.
HSL color Cylindrical-coordinate representation of color #2C2687: hue angle of 243.71º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C2687 is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 44 | 38 | 135 | - |
| CMYK | 0.67 | 0.72 | 0 | 0.47 |
| HSL | 243.71º | 0.56% | 0.34% | - |
| HSV(B) | 243.71º | 0.72% | 0.53% | - |
| XYZ | 6.1 | 3.67 | 23.31 | - |
| YUV | 50.85 | 175.49 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 38 | 135 | 0.67 | 0.72 | 0 | 0.47 | 243.71 | 0.56 | 0.34 |
| Hex | 2C | 26 | 87 | 43 | 48 | 0 | 2F | F4 | 38 | 22 |
| Octal | 54 | 46 | 207 | 103 | 110 | 0 | 57 | 364 | 70 | 42 |
| Binary | 101100 | 100110 | 10000111 | 1000011 | 1001000 | 0 | 101111 | 11110100 | 111000 | 100010 |
Color Harmonies of #2C2687
Complementary color
Monochromatic Colors of #2C2687
Black with #2C2687
Text Example
Text Example
White with #2C2687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2687; }
p { color: rgb(44,38,135); }
H1.HeaderClassName
{
color: #2C2687;
}
.AnyTagClassName
{
color: #2C2687;
}
</style>
background-color css
<style>
a { background-color: #2C2687; }
a { background-color: rgb(44,38,135); }
div.DivClassName
{
background-color: #2C2687;
}
.BgClassName
{
background-color: #2C2687;
}
</style>
border-color css
<style>
span { border-color: #2C2687; }
span { border-color: rgb(44,38,135); }
td.TdClassName
{
border-color: #2C2687;
}
.TagClassName
{
border-color: #2C2687;
}
</style>