Shades of Persian Indigo #2C067A
Tints of Persian Indigo #2C067A
RGB
CMYK
RGB Variations
Color information
#2C067A (or 0x2C067A) is known color: Persian Indigo. HEX triplet: 2C, 06 and 7A. RGB value is (44,6,122). Sum of RGB (Red+Green+Blue) = 44+6+122=172 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.58% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 122 (48.05% from 255 or 70.93% from 172); Max value from RGB is 122 - color contains mainly: blue. Hex color #2C067A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C067A is #D3F985. Grayscale: #1E1E1E. Windows color (decimal): -13891974 or 7996972. OLE color: 7996972.
HSL color Cylindrical-coordinate representation of color #2C067A: hue angle of 259.66º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2C067A is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 44 | 6 | 122 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.52 |
| HSL | 259.66º | 0.91% | 0.25% | - |
| HSV(B) | 259.66º | 0.95% | 0.48% | - |
| XYZ | 4.62 | 2.07 | 18.57 | - |
| YUV | 30.59 | 179.59 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 6 | 122 | 0.64 | 0.95 | 0 | 0.52 | 259.66 | 0.91 | 0.25 |
| Hex | 2C | 6 | 7A | 40 | 5F | 0 | 34 | 104 | 5B | 19 |
| Octal | 54 | 6 | 172 | 100 | 137 | 0 | 64 | 404 | 133 | 31 |
| Binary | 101100 | 110 | 1111010 | 1000000 | 1011111 | 0 | 110100 | 100000100 | 1011011 | 11001 |
Color Harmonies of #2C067A
Complementary color
Monochromatic Colors of #2C067A
Black with #2C067A
Text Example
Text Example
White with #2C067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C067A; }
p { color: rgb(44,6,122); }
H1.HeaderClassName
{
color: #2C067A;
}
.AnyTagClassName
{
color: #2C067A;
}
</style>
background-color css
<style>
a { background-color: #2C067A; }
a { background-color: rgb(44,6,122); }
div.DivClassName
{
background-color: #2C067A;
}
.BgClassName
{
background-color: #2C067A;
}
</style>
border-color css
<style>
span { border-color: #2C067A; }
span { border-color: rgb(44,6,122); }
td.TdClassName
{
border-color: #2C067A;
}
.TagClassName
{
border-color: #2C067A;
}
</style>