Shades of Persian Indigo #2C0769
Tints of Persian Indigo #2C0769
RGB
CMYK
RGB Variations
Color information
#2C0769 (or 0x2C0769) is known color: Persian Indigo. HEX triplet: 2C, 07 and 69. RGB value is (44,7,105). Sum of RGB (Red+Green+Blue) = 44+7+105=156 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.21% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 105 (41.41% from 255 or 67.31% from 156); Max value from RGB is 105 - color contains mainly: blue. Hex color #2C0769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0769 is #D3F896. Grayscale: #1C1C1C. Windows color (decimal): -13891735 or 6883116. OLE color: 6883116.
HSL color Cylindrical-coordinate representation of color #2C0769: hue angle of 262.65º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2C0769 is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 44 | 7 | 105 | - |
| CMYK | 0.58 | 0.93 | 0 | 0.59 |
| HSL | 262.65º | 0.88% | 0.22% | - |
| HSV(B) | 262.65º | 0.93% | 0.41% | - |
| XYZ | 3.66 | 1.71 | 13.5 | - |
| YUV | 29.24 | 170.76 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 7 | 105 | 0.58 | 0.93 | 0 | 0.59 | 262.65 | 0.88 | 0.22 |
| Hex | 2C | 7 | 69 | 3A | 5D | 0 | 3B | 107 | 58 | 16 |
| Octal | 54 | 7 | 151 | 72 | 135 | 0 | 73 | 407 | 130 | 26 |
| Binary | 101100 | 111 | 1101001 | 111010 | 1011101 | 0 | 111011 | 100000111 | 1011000 | 10110 |
Color Harmonies of #2C0769
Complementary color
Monochromatic Colors of #2C0769
Black with #2C0769
Text Example
Text Example
White with #2C0769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C0769; }
p { color: rgb(44,7,105); }
H1.HeaderClassName
{
color: #2C0769;
}
.AnyTagClassName
{
color: #2C0769;
}
</style>
background-color css
<style>
a { background-color: #2C0769; }
a { background-color: rgb(44,7,105); }
div.DivClassName
{
background-color: #2C0769;
}
.BgClassName
{
background-color: #2C0769;
}
</style>
border-color css
<style>
span { border-color: #2C0769; }
span { border-color: rgb(44,7,105); }
td.TdClassName
{
border-color: #2C0769;
}
.TagClassName
{
border-color: #2C0769;
}
</style>