Shades of Persian Indigo #2A046C
Tints of Persian Indigo #2A046C
RGB
CMYK
RGB Variations
Color information
#2A046C (or 0x2A046C) is known color: Persian Indigo. HEX triplet: 2A, 04 and 6C. RGB value is (42,4,108). Sum of RGB (Red+Green+Blue) = 42+4+108=154 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.27% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 108 (42.58% from 255 or 70.13% from 154); Max value from RGB is 108 - color contains mainly: blue. Hex color #2A046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A046C is #D5FB93. Grayscale: #1A1A1A. Windows color (decimal): -14023572 or 7078954. OLE color: 7078954.
HSL color Cylindrical-coordinate representation of color #2A046C: hue angle of 261.92º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2A046C is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 4 | 108 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.58 |
| HSL | 261.92º | 0.93% | 0.22% | - |
| HSV(B) | 261.92º | 0.96% | 0.42% | - |
| XYZ | 3.71 | 1.66 | 14.31 | - |
| YUV | 27.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 108 | 0.61 | 0.96 | 0 | 0.58 | 261.92 | 0.93 | 0.22 |
| Hex | 2A | 4 | 6C | 3D | 60 | 0 | 3A | 106 | 5D | 16 |
| Octal | 52 | 4 | 154 | 75 | 140 | 0 | 72 | 406 | 135 | 26 |
| Binary | 101010 | 100 | 1101100 | 111101 | 1100000 | 0 | 111010 | 100000110 | 1011101 | 10110 |
Color Harmonies of #2A046C
Complementary color
Monochromatic Colors of #2A046C
Black with #2A046C
Text Example
Text Example
White with #2A046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A046C; }
p { color: rgb(42,4,108); }
H1.HeaderClassName
{
color: #2A046C;
}
.AnyTagClassName
{
color: #2A046C;
}
</style>
background-color css
<style>
a { background-color: #2A046C; }
a { background-color: rgb(42,4,108); }
div.DivClassName
{
background-color: #2A046C;
}
.BgClassName
{
background-color: #2A046C;
}
</style>
border-color css
<style>
span { border-color: #2A046C; }
span { border-color: rgb(42,4,108); }
td.TdClassName
{
border-color: #2A046C;
}
.TagClassName
{
border-color: #2A046C;
}
</style>