Shades of Persian Indigo #281F89
Tints of Persian Indigo #281F89
RGB
CMYK
RGB Variations
Color information
#281F89 (or 0x281F89) is known color: Persian Indigo. HEX triplet: 28, 1F and 89. RGB value is (40,31,137). Sum of RGB (Red+Green+Blue) = 40+31+137=208 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.23% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 137 (53.91% from 255 or 65.87% from 208); Max value from RGB is 137 - color contains mainly: blue. Hex color #281F89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281F89 is #D7E076. Grayscale: #2D2D2D. Windows color (decimal): -14147703 or 8986408. OLE color: 8986408.
HSL color Cylindrical-coordinate representation of color #281F89: hue angle of 245.09º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #281F89 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 31 | 137 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.46 |
| HSL | 245.09º | 0.63% | 0.33% | - |
| HSV(B) | 245.09º | 0.77% | 0.54% | - |
| XYZ | 5.88 | 3.24 | 23.98 | - |
| YUV | 45.78 | 179.48 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 137 | 0.71 | 0.77 | 0 | 0.46 | 245.09 | 0.63 | 0.33 |
| Hex | 28 | 1F | 89 | 47 | 4D | 0 | 2E | F5 | 3F | 21 |
| Octal | 50 | 37 | 211 | 107 | 115 | 0 | 56 | 365 | 77 | 41 |
| Binary | 101000 | 11111 | 10001001 | 1000111 | 1001101 | 0 | 101110 | 11110101 | 111111 | 100001 |
Color Harmonies of #281F89
Complementary color
Monochromatic Colors of #281F89
Black with #281F89
Text Example
Text Example
White with #281F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F89; }
p { color: rgb(40,31,137); }
H1.HeaderClassName
{
color: #281F89;
}
.AnyTagClassName
{
color: #281F89;
}
</style>
background-color css
<style>
a { background-color: #281F89; }
a { background-color: rgb(40,31,137); }
div.DivClassName
{
background-color: #281F89;
}
.BgClassName
{
background-color: #281F89;
}
</style>
border-color css
<style>
span { border-color: #281F89; }
span { border-color: rgb(40,31,137); }
td.TdClassName
{
border-color: #281F89;
}
.TagClassName
{
border-color: #281F89;
}
</style>