Shades of Persian Indigo #2A1883
Tints of Persian Indigo #2A1883
RGB
CMYK
RGB Variations
Color information
#2A1883 (or 0x2A1883) is known color: Persian Indigo. HEX triplet: 2A, 18 and 83. RGB value is (42,24,131). Sum of RGB (Red+Green+Blue) = 42+24+131=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #2A1883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A1883 is #D5E77C. Grayscale: #292929. Windows color (decimal): -14018429 or 8591402. OLE color: 8591402.
HSL color Cylindrical-coordinate representation of color #2A1883: hue angle of 250.09º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2A1883 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 42 | 24 | 131 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.49 |
| HSL | 250.09º | 0.69% | 0.3% | - |
| HSV(B) | 250.09º | 0.82% | 0.51% | - |
| XYZ | 5.38 | 2.78 | 21.73 | - |
| YUV | 41.58 | 178.46 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 24 | 131 | 0.68 | 0.82 | 0 | 0.49 | 250.09 | 0.69 | 0.3 |
| Hex | 2A | 18 | 83 | 44 | 52 | 0 | 31 | FA | 45 | 1E |
| Octal | 52 | 30 | 203 | 104 | 122 | 0 | 61 | 372 | 105 | 36 |
| Binary | 101010 | 11000 | 10000011 | 1000100 | 1010010 | 0 | 110001 | 11111010 | 1000101 | 11110 |
Color Harmonies of #2A1883
Complementary color
Monochromatic Colors of #2A1883
Black with #2A1883
Text Example
Text Example
White with #2A1883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A1883; }
p { color: rgb(42,24,131); }
H1.HeaderClassName
{
color: #2A1883;
}
.AnyTagClassName
{
color: #2A1883;
}
</style>
background-color css
<style>
a { background-color: #2A1883; }
a { background-color: rgb(42,24,131); }
div.DivClassName
{
background-color: #2A1883;
}
.BgClassName
{
background-color: #2A1883;
}
</style>
border-color css
<style>
span { border-color: #2A1883; }
span { border-color: rgb(42,24,131); }
td.TdClassName
{
border-color: #2A1883;
}
.TagClassName
{
border-color: #2A1883;
}
</style>