Shades of Persian Indigo #2A0965
Tints of Persian Indigo #2A0965
RGB
CMYK
RGB Variations
Color information
#2A0965 (or 0x2A0965) is known color: Persian Indigo. HEX triplet: 2A, 09 and 65. RGB value is (42,9,101). Sum of RGB (Red+Green+Blue) = 42+9+101=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 101 (39.84% from 255 or 66.45% from 152); Max value from RGB is 101 - color contains mainly: blue. Hex color #2A0965 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2A0965 is #D5F69A. Grayscale: #1D1D1D. Windows color (decimal): -14022299 or 6621482. OLE color: 6621482.
HSL color Cylindrical-coordinate representation of color #2A0965: hue angle of 261.52º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2A0965 is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 42 | 9 | 101 | - |
| CMYK | 0.58 | 0.91 | 0 | 0.60 |
| HSL | 261.52º | 0.84% | 0.22% | - |
| HSV(B) | 261.52º | 0.91% | 0.4% | - |
| XYZ | 3.4 | 1.63 | 12.45 | - |
| YUV | 29.36 | 168.43 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 9 | 101 | 0.58 | 0.91 | 0 | 0.60 | 261.52 | 0.84 | 0.22 |
| Hex | 2A | 9 | 65 | 3A | 5B | 0 | 3C | 106 | 54 | 16 |
| Octal | 52 | 11 | 145 | 72 | 133 | 0 | 74 | 406 | 124 | 26 |
| Binary | 101010 | 1001 | 1100101 | 111010 | 1011011 | 0 | 111100 | 100000110 | 1010100 | 10110 |
Color Harmonies of #2A0965
Complementary color
Monochromatic Colors of #2A0965
Black with #2A0965
Text Example
Text Example
White with #2A0965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0965; }
p { color: rgb(42,9,101); }
H1.HeaderClassName
{
color: #2A0965;
}
.AnyTagClassName
{
color: #2A0965;
}
</style>
background-color css
<style>
a { background-color: #2A0965; }
a { background-color: rgb(42,9,101); }
div.DivClassName
{
background-color: #2A0965;
}
.BgClassName
{
background-color: #2A0965;
}
</style>
border-color css
<style>
span { border-color: #2A0965; }
span { border-color: rgb(42,9,101); }
td.TdClassName
{
border-color: #2A0965;
}
.TagClassName
{
border-color: #2A0965;
}
</style>