Shades of Persian Indigo #2A056D
Tints of Persian Indigo #2A056D
RGB
CMYK
RGB Variations
Color information
#2A056D (or 0x2A056D) is known color: Persian Indigo. HEX triplet: 2A, 05 and 6D. RGB value is (42,5,109). Sum of RGB (Red+Green+Blue) = 42+5+109=156 (20% of max value = 765). Red value is 42 (16.80% from 255 or 26.92% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 109 (42.97% from 255 or 69.87% from 156); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A056D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A056D is #D5FA92. Grayscale: #1B1B1B. Windows color (decimal): -14023315 or 7144746. OLE color: 7144746.
HSL color Cylindrical-coordinate representation of color #2A056D: hue angle of 261.35º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A056D is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 5 | 109 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.57 |
| HSL | 261.35º | 0.91% | 0.22% | - |
| HSV(B) | 261.35º | 0.95% | 0.43% | - |
| XYZ | 3.77 | 1.7 | 14.6 | - |
| YUV | 27.92 | 173.76 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 5 | 109 | 0.61 | 0.95 | 0 | 0.57 | 261.35 | 0.91 | 0.22 |
| Hex | 2A | 5 | 6D | 3D | 5F | 0 | 39 | 105 | 5B | 16 |
| Octal | 52 | 5 | 155 | 75 | 137 | 0 | 71 | 405 | 133 | 26 |
| Binary | 101010 | 101 | 1101101 | 111101 | 1011111 | 0 | 111001 | 100000101 | 1011011 | 10110 |
Color Harmonies of #2A056D
Complementary color
Monochromatic Colors of #2A056D
Black with #2A056D
Text Example
Text Example
White with #2A056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A056D; }
p { color: rgb(42,5,109); }
H1.HeaderClassName
{
color: #2A056D;
}
.AnyTagClassName
{
color: #2A056D;
}
</style>
background-color css
<style>
a { background-color: #2A056D; }
a { background-color: rgb(42,5,109); }
div.DivClassName
{
background-color: #2A056D;
}
.BgClassName
{
background-color: #2A056D;
}
</style>
border-color css
<style>
span { border-color: #2A056D; }
span { border-color: rgb(42,5,109); }
td.TdClassName
{
border-color: #2A056D;
}
.TagClassName
{
border-color: #2A056D;
}
</style>