Shades of Persian Indigo #2A0369
Tints of Persian Indigo #2A0369
RGB
CMYK
RGB Variations
Color information
#2A0369 (or 0x2A0369) is known color: Persian Indigo. HEX triplet: 2A, 03 and 69. RGB value is (42,3,105). Sum of RGB (Red+Green+Blue) = 42+3+105=150 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 105 (41.41% from 255 or 70% from 150); Max value from RGB is 105 - color contains mainly: blue. Hex color #2A0369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0369 is #D5FC96. Grayscale: #191919. Windows color (decimal): -14023831 or 6882090. OLE color: 6882090.
HSL color Cylindrical-coordinate representation of color #2A0369: hue angle of 262.94º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2A0369 is Cyan = 0.6, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 42 | 3 | 105 | - |
| CMYK | 0.6 | 0.97 | 0 | 0.59 |
| HSL | 262.94º | 0.94% | 0.21% | - |
| HSV(B) | 262.94º | 0.97% | 0.41% | - |
| XYZ | 3.54 | 1.58 | 13.48 | - |
| YUV | 26.29 | 172.42 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 105 | 0.6 | 0.97 | 0 | 0.59 | 262.94 | 0.94 | 0.21 |
| Hex | 2A | 3 | 69 | 3C | 61 | 0 | 3B | 107 | 5E | 15 |
| Octal | 52 | 3 | 151 | 74 | 141 | 0 | 73 | 407 | 136 | 25 |
| Binary | 101010 | 11 | 1101001 | 111100 | 1100001 | 0 | 111011 | 100000111 | 1011110 | 10101 |
Color Harmonies of #2A0369
Complementary color
Monochromatic Colors of #2A0369
Black with #2A0369
Text Example
Text Example
White with #2A0369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0369; }
p { color: rgb(42,3,105); }
H1.HeaderClassName
{
color: #2A0369;
}
.AnyTagClassName
{
color: #2A0369;
}
</style>
background-color css
<style>
a { background-color: #2A0369; }
a { background-color: rgb(42,3,105); }
div.DivClassName
{
background-color: #2A0369;
}
.BgClassName
{
background-color: #2A0369;
}
</style>
border-color css
<style>
span { border-color: #2A0369; }
span { border-color: rgb(42,3,105); }
td.TdClassName
{
border-color: #2A0369;
}
.TagClassName
{
border-color: #2A0369;
}
</style>