Shades of Persian Indigo #282087
Tints of Persian Indigo #282087
RGB
CMYK
RGB Variations
Color information
#282087 (or 0x282087) is known color: Persian Indigo. HEX triplet: 28, 20 and 87. RGB value is (40,32,135). Sum of RGB (Red+Green+Blue) = 40+32+135=207 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.32% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 135 (53.12% from 255 or 65.22% from 207); Max value from RGB is 135 - color contains mainly: blue. Hex color #282087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #282087 is #D7DF78. Grayscale: #2D2D2D. Windows color (decimal): -14147449 or 8855592. OLE color: 8855592.
HSL color Cylindrical-coordinate representation of color #282087: hue angle of 244.66º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #282087 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 40 | 32 | 135 | - |
| CMYK | 0.70 | 0.76 | 0 | 0.47 |
| HSL | 244.66º | 0.62% | 0.33% | - |
| HSV(B) | 244.66º | 0.76% | 0.53% | - |
| XYZ | 5.76 | 3.23 | 23.24 | - |
| YUV | 46.13 | 178.15 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 135 | 0.70 | 0.76 | 0 | 0.47 | 244.66 | 0.62 | 0.33 |
| Hex | 28 | 20 | 87 | 46 | 4C | 0 | 2F | F5 | 3E | 21 |
| Octal | 50 | 40 | 207 | 106 | 114 | 0 | 57 | 365 | 76 | 41 |
| Binary | 101000 | 100000 | 10000111 | 1000110 | 1001100 | 0 | 101111 | 11110101 | 111110 | 100001 |
Color Harmonies of #282087
Complementary color
Monochromatic Colors of #282087
Black with #282087
Text Example
Text Example
White with #282087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282087; }
p { color: rgb(40,32,135); }
H1.HeaderClassName
{
color: #282087;
}
.AnyTagClassName
{
color: #282087;
}
</style>
background-color css
<style>
a { background-color: #282087; }
a { background-color: rgb(40,32,135); }
div.DivClassName
{
background-color: #282087;
}
.BgClassName
{
background-color: #282087;
}
</style>
border-color css
<style>
span { border-color: #282087; }
span { border-color: rgb(40,32,135); }
td.TdClassName
{
border-color: #282087;
}
.TagClassName
{
border-color: #282087;
}
</style>