Shades of Persian Indigo #2A046B
Tints of Persian Indigo #2A046B
RGB
CMYK
RGB Variations
Color information
#2A046B (or 0x2A046B) is known color: Persian Indigo. HEX triplet: 2A, 04 and 6B. RGB value is (42,4,107). Sum of RGB (Red+Green+Blue) = 42+4+107=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 4 (1.95% from 255 or 2.61% from 153); Blue value is 107 (42.19% from 255 or 69.93% from 153); Max value from RGB is 107 - color contains mainly: blue. Hex color #2A046B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A046B is #D5FB94. Grayscale: #1A1A1A. Windows color (decimal): -14023573 or 7013418. OLE color: 7013418.
HSL color Cylindrical-coordinate representation of color #2A046B: hue angle of 262.14º 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 #2A046B is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 42 | 4 | 107 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.58 |
| HSL | 262.14º | 0.93% | 0.22% | - |
| HSV(B) | 262.14º | 0.96% | 0.42% | - |
| XYZ | 3.65 | 1.64 | 14.03 | - |
| YUV | 27.1 | 173.09 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 107 | 0.61 | 0.96 | 0 | 0.58 | 262.14 | 0.93 | 0.22 |
| Hex | 2A | 4 | 6B | 3D | 60 | 0 | 3A | 106 | 5D | 16 |
| Octal | 52 | 4 | 153 | 75 | 140 | 0 | 72 | 406 | 135 | 26 |
| Binary | 101010 | 100 | 1101011 | 111101 | 1100000 | 0 | 111010 | 100000110 | 1011101 | 10110 |
Color Harmonies of #2A046B
Complementary color
Monochromatic Colors of #2A046B
Black with #2A046B
Text Example
Text Example
White with #2A046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A046B; }
p { color: rgb(42,4,107); }
H1.HeaderClassName
{
color: #2A046B;
}
.AnyTagClassName
{
color: #2A046B;
}
</style>
background-color css
<style>
a { background-color: #2A046B; }
a { background-color: rgb(42,4,107); }
div.DivClassName
{
background-color: #2A046B;
}
.BgClassName
{
background-color: #2A046B;
}
</style>
border-color css
<style>
span { border-color: #2A046B; }
span { border-color: rgb(42,4,107); }
td.TdClassName
{
border-color: #2A046B;
}
.TagClassName
{
border-color: #2A046B;
}
</style>