Shades of Persian Indigo #2A1369
Tints of Persian Indigo #2A1369
RGB
CMYK
RGB Variations
Color information
#2A1369 (or 0x2A1369) is known color: Persian Indigo. HEX triplet: 2A, 13 and 69. RGB value is (42,19,105). Sum of RGB (Red+Green+Blue) = 42+19+105=166 (21% of max value = 765). Red value is 42 (16.80% from 255 or 25.30% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 105 (41.41% from 255 or 63.25% from 166); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A1369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1369 is #D5EC96. Grayscale: #232323. Windows color (decimal): -14019735 or 6886186. OLE color: 6886186.
HSL color Cylindrical-coordinate representation of color #2A1369: hue angle of 256.05º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A1369 is Cyan = 0.6, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 19 | 105 | - |
| CMYK | 0.6 | 0.82 | 0 | 0.59 |
| HSL | 256.05º | 0.69% | 0.24% | - |
| HSV(B) | 256.05º | 0.82% | 0.41% | - |
| XYZ | 3.74 | 1.98 | 13.55 | - |
| YUV | 35.68 | 167.12 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 19 | 105 | 0.6 | 0.82 | 0 | 0.59 | 256.05 | 0.69 | 0.24 |
| Hex | 2A | 13 | 69 | 3C | 52 | 0 | 3B | 100 | 45 | 18 |
| Octal | 52 | 23 | 151 | 74 | 122 | 0 | 73 | 400 | 105 | 30 |
| Binary | 101010 | 10011 | 1101001 | 111100 | 1010010 | 0 | 111011 | 100000000 | 1000101 | 11000 |
Color Harmonies of #2A1369
Complementary color
Monochromatic Colors of #2A1369
Black with #2A1369
Text Example
Text Example
White with #2A1369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1369; }
p { color: rgb(42,19,105); }
H1.HeaderClassName
{
color: #2A1369;
}
.AnyTagClassName
{
color: #2A1369;
}
</style>
background-color css
<style>
a { background-color: #2A1369; }
a { background-color: rgb(42,19,105); }
div.DivClassName
{
background-color: #2A1369;
}
.BgClassName
{
background-color: #2A1369;
}
</style>
border-color css
<style>
span { border-color: #2A1369; }
span { border-color: rgb(42,19,105); }
td.TdClassName
{
border-color: #2A1369;
}
.TagClassName
{
border-color: #2A1369;
}
</style>