Shades of Persian Indigo #2A0893
Tints of Persian Indigo #2A0893
RGB
CMYK
RGB Variations
Color information
#2A0893 (or 0x2A0893) is known color: Persian Indigo. HEX triplet: 2A, 08 and 93. RGB value is (42,8,147). Sum of RGB (Red+Green+Blue) = 42+8+147=197 (26% of max value = 765). Red value is 42 (16.80% from 255 or 21.32% from 197); Green value is 8 (3.52% from 255 or 4.06% from 197); Blue value is 147 (57.81% from 255 or 74.62% from 197); Max value from RGB is 147 - color contains mainly: blue. Hex color #2A0893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0893 is #D5F76C. Grayscale: #212121. Windows color (decimal): -14022509 or 9635882. OLE color: 9635882.
HSL color Cylindrical-coordinate representation of color #2A0893: hue angle of 254.68º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2A0893 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 42 | 8 | 147 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.42 |
| HSL | 254.68º | 0.9% | 0.3% | - |
| HSV(B) | 254.68º | 0.95% | 0.58% | - |
| XYZ | 6.31 | 2.77 | 27.81 | - |
| YUV | 34.01 | 191.76 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 8 | 147 | 0.71 | 0.95 | 0 | 0.42 | 254.68 | 0.9 | 0.3 |
| Hex | 2A | 8 | 93 | 47 | 5F | 0 | 2A | FF | 5A | 1E |
| Octal | 52 | 10 | 223 | 107 | 137 | 0 | 52 | 377 | 132 | 36 |
| Binary | 101010 | 1000 | 10010011 | 1000111 | 1011111 | 0 | 101010 | 11111111 | 1011010 | 11110 |
Color Harmonies of #2A0893
Complementary color
Monochromatic Colors of #2A0893
Black with #2A0893
Text Example
Text Example
White with #2A0893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A0893; }
p { color: rgb(42,8,147); }
H1.HeaderClassName
{
color: #2A0893;
}
.AnyTagClassName
{
color: #2A0893;
}
</style>
background-color css
<style>
a { background-color: #2A0893; }
a { background-color: rgb(42,8,147); }
div.DivClassName
{
background-color: #2A0893;
}
.BgClassName
{
background-color: #2A0893;
}
</style>
border-color css
<style>
span { border-color: #2A0893; }
span { border-color: rgb(42,8,147); }
td.TdClassName
{
border-color: #2A0893;
}
.TagClassName
{
border-color: #2A0893;
}
</style>