Shades of Persian Indigo #2A1067
Tints of Persian Indigo #2A1067
RGB
CMYK
RGB Variations
Color information
#2A1067 (or 0x2A1067) is known color: Persian Indigo. HEX triplet: 2A, 10 and 67. RGB value is (42,16,103). Sum of RGB (Red+Green+Blue) = 42+16+103=161 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.09% from 161); Green value is 16 (6.64% from 255 or 9.94% from 161); Blue value is 103 (40.62% from 255 or 63.98% from 161); Max value from RGB is 103 - color contains mainly: blue. Hex color #2A1067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A1067 is #D5EF98. Grayscale: #212121. Windows color (decimal): -14020505 or 6754346. OLE color: 6754346.
HSL color Cylindrical-coordinate representation of color #2A1067: hue angle of 257.93º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2A1067 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 16 | 103 | - |
| CMYK | 0.59 | 0.84 | 0 | 0.60 |
| HSL | 257.93º | 0.73% | 0.23% | - |
| HSV(B) | 257.93º | 0.84% | 0.4% | - |
| XYZ | 3.59 | 1.84 | 13 | - |
| YUV | 33.69 | 167.11 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 16 | 103 | 0.59 | 0.84 | 0 | 0.60 | 257.93 | 0.73 | 0.23 |
| Hex | 2A | 10 | 67 | 3B | 54 | 0 | 3C | 102 | 49 | 17 |
| Octal | 52 | 20 | 147 | 73 | 124 | 0 | 74 | 402 | 111 | 27 |
| Binary | 101010 | 10000 | 1100111 | 111011 | 1010100 | 0 | 111100 | 100000010 | 1001001 | 10111 |
Color Harmonies of #2A1067
Complementary color
Monochromatic Colors of #2A1067
Black with #2A1067
Text Example
Text Example
White with #2A1067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1067; }
p { color: rgb(42,16,103); }
H1.HeaderClassName
{
color: #2A1067;
}
.AnyTagClassName
{
color: #2A1067;
}
</style>
background-color css
<style>
a { background-color: #2A1067; }
a { background-color: rgb(42,16,103); }
div.DivClassName
{
background-color: #2A1067;
}
.BgClassName
{
background-color: #2A1067;
}
</style>
border-color css
<style>
span { border-color: #2A1067; }
span { border-color: rgb(42,16,103); }
td.TdClassName
{
border-color: #2A1067;
}
.TagClassName
{
border-color: #2A1067;
}
</style>