Shades of Persian Indigo #281F85
Tints of Persian Indigo #281F85
RGB
CMYK
RGB Variations
Color information
#281F85 (or 0x281F85) is known color: Persian Indigo. HEX triplet: 28, 1F and 85. RGB value is (40,31,133). Sum of RGB (Red+Green+Blue) = 40+31+133=204 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.61% from 204); Green value is 31 (12.5% from 255 or 15.20% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #281F85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281F85 is #D7E07A. Grayscale: #2C2C2C. Windows color (decimal): -14147707 or 8724264. OLE color: 8724264.
HSL color Cylindrical-coordinate representation of color #281F85: hue angle of 245.29º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #281F85 is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 31 | 133 | - |
| CMYK | 0.70 | 0.77 | 0 | 0.48 |
| HSL | 245.29º | 0.62% | 0.32% | - |
| HSV(B) | 245.29º | 0.77% | 0.52% | - |
| XYZ | 5.6 | 3.12 | 22.5 | - |
| YUV | 45.32 | 177.48 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 133 | 0.70 | 0.77 | 0 | 0.48 | 245.29 | 0.62 | 0.32 |
| Hex | 28 | 1F | 85 | 46 | 4D | 0 | 30 | F5 | 3E | 20 |
| Octal | 50 | 37 | 205 | 106 | 115 | 0 | 60 | 365 | 76 | 40 |
| Binary | 101000 | 11111 | 10000101 | 1000110 | 1001101 | 0 | 110000 | 11110101 | 111110 | 100000 |
Color Harmonies of #281F85
Complementary color
Monochromatic Colors of #281F85
Black with #281F85
Text Example
Text Example
White with #281F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F85; }
p { color: rgb(40,31,133); }
H1.HeaderClassName
{
color: #281F85;
}
.AnyTagClassName
{
color: #281F85;
}
</style>
background-color css
<style>
a { background-color: #281F85; }
a { background-color: rgb(40,31,133); }
div.DivClassName
{
background-color: #281F85;
}
.BgClassName
{
background-color: #281F85;
}
</style>
border-color css
<style>
span { border-color: #281F85; }
span { border-color: rgb(40,31,133); }
td.TdClassName
{
border-color: #281F85;
}
.TagClassName
{
border-color: #281F85;
}
</style>