Shades of Persian Indigo #2A0285
Tints of Persian Indigo #2A0285
RGB
CMYK
RGB Variations
Color information
#2A0285 (or 0x2A0285) is known color: Persian Indigo. HEX triplet: 2A, 02 and 85. RGB value is (42,2,133). Sum of RGB (Red+Green+Blue) = 42+2+133=177 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.73% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 133 (52.34% from 255 or 75.14% from 177); Max value from RGB is 133 - color contains mainly: blue. Hex color #2A0285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0285 is #D5FD7A. Grayscale: #1C1C1C. Windows color (decimal): -14024059 or 8716842. OLE color: 8716842.
HSL color Cylindrical-coordinate representation of color #2A0285: hue angle of 258.32º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0285 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 42 | 2 | 133 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.48 |
| HSL | 258.32º | 0.97% | 0.26% | - |
| HSV(B) | 258.32º | 0.98% | 0.52% | - |
| XYZ | 5.21 | 2.23 | 22.35 | - |
| YUV | 28.89 | 186.75 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 2 | 133 | 0.68 | 0.98 | 0 | 0.48 | 258.32 | 0.97 | 0.26 |
| Hex | 2A | 2 | 85 | 44 | 62 | 0 | 30 | 102 | 61 | 1A |
| Octal | 52 | 2 | 205 | 104 | 142 | 0 | 60 | 402 | 141 | 32 |
| Binary | 101010 | 10 | 10000101 | 1000100 | 1100010 | 0 | 110000 | 100000010 | 1100001 | 11010 |
Color Harmonies of #2A0285
Complementary color
Monochromatic Colors of #2A0285
Black with #2A0285
Text Example
Text Example
White with #2A0285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0285; }
p { color: rgb(42,2,133); }
H1.HeaderClassName
{
color: #2A0285;
}
.AnyTagClassName
{
color: #2A0285;
}
</style>
background-color css
<style>
a { background-color: #2A0285; }
a { background-color: rgb(42,2,133); }
div.DivClassName
{
background-color: #2A0285;
}
.BgClassName
{
background-color: #2A0285;
}
</style>
border-color css
<style>
span { border-color: #2A0285; }
span { border-color: rgb(42,2,133); }
td.TdClassName
{
border-color: #2A0285;
}
.TagClassName
{
border-color: #2A0285;
}
</style>