Shades of Persian Indigo #281A89
Tints of Persian Indigo #281A89
RGB
CMYK
RGB Variations
Color information
#281A89 (or 0x281A89) is known color: Persian Indigo. HEX triplet: 28, 1A and 89. RGB value is (40,26,137). Sum of RGB (Red+Green+Blue) = 40+26+137=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 26 (10.55% from 255 or 12.81% from 203); Blue value is 137 (53.91% from 255 or 67.49% from 203); Max value from RGB is 137 - color contains mainly: blue. Hex color #281A89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281A89 is #D7E576. Grayscale: #2A2A2A. Windows color (decimal): -14148983 or 8985128. OLE color: 8985128.
HSL color Cylindrical-coordinate representation of color #281A89: hue angle of 247.57º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #281A89 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 26 | 137 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.46 |
| HSL | 247.57º | 0.68% | 0.32% | - |
| HSV(B) | 247.57º | 0.81% | 0.54% | - |
| XYZ | 5.76 | 3 | 23.94 | - |
| YUV | 42.84 | 181.14 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 137 | 0.71 | 0.81 | 0 | 0.46 | 247.57 | 0.68 | 0.32 |
| Hex | 28 | 1A | 89 | 47 | 51 | 0 | 2E | F8 | 44 | 20 |
| Octal | 50 | 32 | 211 | 107 | 121 | 0 | 56 | 370 | 104 | 40 |
| Binary | 101000 | 11010 | 10001001 | 1000111 | 1010001 | 0 | 101110 | 11111000 | 1000100 | 100000 |
Color Harmonies of #281A89
Complementary color
Monochromatic Colors of #281A89
Black with #281A89
Text Example
Text Example
White with #281A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A89; }
p { color: rgb(40,26,137); }
H1.HeaderClassName
{
color: #281A89;
}
.AnyTagClassName
{
color: #281A89;
}
</style>
background-color css
<style>
a { background-color: #281A89; }
a { background-color: rgb(40,26,137); }
div.DivClassName
{
background-color: #281A89;
}
.BgClassName
{
background-color: #281A89;
}
</style>
border-color css
<style>
span { border-color: #281A89; }
span { border-color: rgb(40,26,137); }
td.TdClassName
{
border-color: #281A89;
}
.TagClassName
{
border-color: #281A89;
}
</style>