Shades of Persian Indigo #280A89
Tints of Persian Indigo #280A89
RGB
CMYK
RGB Variations
Color information
#280A89 (or 0x280A89) is known color: Persian Indigo. HEX triplet: 28, 0A and 89. RGB value is (40,10,137). Sum of RGB (Red+Green+Blue) = 40+10+137=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 137 (53.91% from 255 or 73.26% from 187); Max value from RGB is 137 - color contains mainly: blue. Hex color #280A89 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280A89 is #D7F576. Grayscale: #202020. Windows color (decimal): -14153079 or 8981032. OLE color: 8981032.
HSL color Cylindrical-coordinate representation of color #280A89: hue angle of 254.17º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280A89 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 10 | 137 | - |
| CMYK | 0.71 | 0.93 | 0 | 0.46 |
| HSL | 254.17º | 0.86% | 0.29% | - |
| HSV(B) | 254.17º | 0.93% | 0.54% | - |
| XYZ | 5.5 | 2.47 | 23.85 | - |
| YUV | 33.45 | 186.44 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 10 | 137 | 0.71 | 0.93 | 0 | 0.46 | 254.17 | 0.86 | 0.29 |
| Hex | 28 | A | 89 | 47 | 5D | 0 | 2E | FE | 56 | 1D |
| Octal | 50 | 12 | 211 | 107 | 135 | 0 | 56 | 376 | 126 | 35 |
| Binary | 101000 | 1010 | 10001001 | 1000111 | 1011101 | 0 | 101110 | 11111110 | 1010110 | 11101 |
Color Harmonies of #280A89
Complementary color
Monochromatic Colors of #280A89
Black with #280A89
Text Example
Text Example
White with #280A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280A89; }
p { color: rgb(40,10,137); }
H1.HeaderClassName
{
color: #280A89;
}
.AnyTagClassName
{
color: #280A89;
}
</style>
background-color css
<style>
a { background-color: #280A89; }
a { background-color: rgb(40,10,137); }
div.DivClassName
{
background-color: #280A89;
}
.BgClassName
{
background-color: #280A89;
}
</style>
border-color css
<style>
span { border-color: #280A89; }
span { border-color: rgb(40,10,137); }
td.TdClassName
{
border-color: #280A89;
}
.TagClassName
{
border-color: #280A89;
}
</style>