Shades of Persian Indigo #2A026D
Tints of Persian Indigo #2A026D
RGB
CMYK
RGB Variations
Color information
#2A026D (or 0x2A026D) is known color: Persian Indigo. HEX triplet: 2A, 02 and 6D. RGB value is (42,2,109). Sum of RGB (Red+Green+Blue) = 42+2+109=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 109 (42.97% from 255 or 71.24% from 153); Max value from RGB is 109 - color contains mainly: blue. Hex color #2A026D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A026D is #D5FD92. Grayscale: #191919. Windows color (decimal): -14024083 or 7143978. OLE color: 7143978.
HSL color Cylindrical-coordinate representation of color #2A026D: hue angle of 262.43º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A026D is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 42 | 2 | 109 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.57 |
| HSL | 262.43º | 0.96% | 0.22% | - |
| HSV(B) | 262.43º | 0.98% | 0.43% | - |
| XYZ | 3.74 | 1.64 | 14.59 | - |
| YUV | 26.16 | 174.75 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 109 | 0.61 | 0.98 | 0 | 0.57 | 262.43 | 0.96 | 0.22 |
| Hex | 2A | 2 | 6D | 3D | 62 | 0 | 39 | 106 | 60 | 16 |
| Octal | 52 | 2 | 155 | 75 | 142 | 0 | 71 | 406 | 140 | 26 |
| Binary | 101010 | 10 | 1101101 | 111101 | 1100010 | 0 | 111001 | 100000110 | 1100000 | 10110 |
Color Harmonies of #2A026D
Complementary color
Monochromatic Colors of #2A026D
Black with #2A026D
Text Example
Text Example
White with #2A026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A026D; }
p { color: rgb(42,2,109); }
H1.HeaderClassName
{
color: #2A026D;
}
.AnyTagClassName
{
color: #2A026D;
}
</style>
background-color css
<style>
a { background-color: #2A026D; }
a { background-color: rgb(42,2,109); }
div.DivClassName
{
background-color: #2A026D;
}
.BgClassName
{
background-color: #2A026D;
}
</style>
border-color css
<style>
span { border-color: #2A026D; }
span { border-color: rgb(42,2,109); }
td.TdClassName
{
border-color: #2A026D;
}
.TagClassName
{
border-color: #2A026D;
}
</style>