Shades of Persian Indigo #2A0261
Tints of Persian Indigo #2A0261
RGB
CMYK
RGB Variations
Color information
#2A0261 (or 0x2A0261) is known color: Persian Indigo. HEX triplet: 2A, 02 and 61. RGB value is (42,2,97). Sum of RGB (Red+Green+Blue) = 42+2+97=141 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.79% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 97 (38.28% from 255 or 68.79% from 141); Max value from RGB is 97 - color contains mainly: blue. Hex color #2A0261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0261 is #D5FD9E. Grayscale: #181818. Windows color (decimal): -14024095 or 6357546. OLE color: 6357546.
HSL color Cylindrical-coordinate representation of color #2A0261: hue angle of 265.26º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0261 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 42 | 2 | 97 | - |
| CMYK | 0.57 | 0.98 | 0 | 0.62 |
| HSL | 265.26º | 0.96% | 0.19% | - |
| HSV(B) | 265.26º | 0.98% | 0.38% | - |
| XYZ | 3.13 | 1.4 | 11.41 | - |
| YUV | 24.79 | 168.75 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 97 | 0.57 | 0.98 | 0 | 0.62 | 265.26 | 0.96 | 0.19 |
| Hex | 2A | 2 | 61 | 39 | 62 | 0 | 3E | 109 | 60 | 13 |
| Octal | 52 | 2 | 141 | 71 | 142 | 0 | 76 | 411 | 140 | 23 |
| Binary | 101010 | 10 | 1100001 | 111001 | 1100010 | 0 | 111110 | 100001001 | 1100000 | 10011 |
Color Harmonies of #2A0261
Complementary color
Monochromatic Colors of #2A0261
Black with #2A0261
Text Example
Text Example
White with #2A0261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0261; }
p { color: rgb(42,2,97); }
H1.HeaderClassName
{
color: #2A0261;
}
.AnyTagClassName
{
color: #2A0261;
}
</style>
background-color css
<style>
a { background-color: #2A0261; }
a { background-color: rgb(42,2,97); }
div.DivClassName
{
background-color: #2A0261;
}
.BgClassName
{
background-color: #2A0261;
}
</style>
border-color css
<style>
span { border-color: #2A0261; }
span { border-color: rgb(42,2,97); }
td.TdClassName
{
border-color: #2A0261;
}
.TagClassName
{
border-color: #2A0261;
}
</style>