Shades of Persian Indigo #2A2083
Tints of Persian Indigo #2A2083
RGB
CMYK
RGB Variations
Color information
#2A2083 (or 0x2A2083) is known color: Persian Indigo. HEX triplet: 2A, 20 and 83. RGB value is (42,32,131). Sum of RGB (Red+Green+Blue) = 42+32+131=205 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.49% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 131 (51.56% from 255 or 63.90% from 205); Max value from RGB is 131 - color contains mainly: blue. Hex color #2A2083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2083 is #D5DF7C. Grayscale: #2D2D2D. Windows color (decimal): -14016381 or 8593450. OLE color: 8593450.
HSL color Cylindrical-coordinate representation of color #2A2083: hue angle of 246.06º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A2083 is Cyan = 0.68, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 32 | 131 | - |
| CMYK | 0.68 | 0.76 | 0 | 0.49 |
| HSL | 246.06º | 0.61% | 0.32% | - |
| HSV(B) | 246.06º | 0.76% | 0.51% | - |
| XYZ | 5.57 | 3.16 | 21.79 | - |
| YUV | 46.28 | 175.81 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 32 | 131 | 0.68 | 0.76 | 0 | 0.49 | 246.06 | 0.61 | 0.32 |
| Hex | 2A | 20 | 83 | 44 | 4C | 0 | 31 | F6 | 3D | 20 |
| Octal | 52 | 40 | 203 | 104 | 114 | 0 | 61 | 366 | 75 | 40 |
| Binary | 101010 | 100000 | 10000011 | 1000100 | 1001100 | 0 | 110001 | 11110110 | 111101 | 100000 |
Color Harmonies of #2A2083
Complementary color
Monochromatic Colors of #2A2083
Black with #2A2083
Text Example
Text Example
White with #2A2083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2083; }
p { color: rgb(42,32,131); }
H1.HeaderClassName
{
color: #2A2083;
}
.AnyTagClassName
{
color: #2A2083;
}
</style>
background-color css
<style>
a { background-color: #2A2083; }
a { background-color: rgb(42,32,131); }
div.DivClassName
{
background-color: #2A2083;
}
.BgClassName
{
background-color: #2A2083;
}
</style>
border-color css
<style>
span { border-color: #2A2083; }
span { border-color: rgb(42,32,131); }
td.TdClassName
{
border-color: #2A2083;
}
.TagClassName
{
border-color: #2A2083;
}
</style>