Shades of Persian Indigo #280E8C
Tints of Persian Indigo #280E8C
RGB
CMYK
RGB Variations
Color information
#280E8C (or 0x280E8C) is known color: Persian Indigo. HEX triplet: 28, 0E and 8C. RGB value is (40,14,140). Sum of RGB (Red+Green+Blue) = 40+14+140=194 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.62% from 194); Green value is 14 (5.86% from 255 or 7.22% from 194); Blue value is 140 (55.08% from 255 or 72.16% from 194); Max value from RGB is 140 - color contains mainly: blue. Hex color #280E8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280E8C is #D7F173. Grayscale: #232323. Windows color (decimal): -14152052 or 9178664. OLE color: 9178664.
HSL color Cylindrical-coordinate representation of color #280E8C: hue angle of 252.38º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280E8C is Cyan = 0.71, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 14 | 140 | - |
| CMYK | 0.71 | 0.90 | 0 | 0.45 |
| HSL | 252.38º | 0.82% | 0.3% | - |
| HSV(B) | 252.38º | 0.9% | 0.55% | - |
| XYZ | 5.77 | 2.66 | 25.02 | - |
| YUV | 36.14 | 186.61 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 14 | 140 | 0.71 | 0.90 | 0 | 0.45 | 252.38 | 0.82 | 0.3 |
| Hex | 28 | E | 8C | 47 | 5A | 0 | 2D | FC | 52 | 1E |
| Octal | 50 | 16 | 214 | 107 | 132 | 0 | 55 | 374 | 122 | 36 |
| Binary | 101000 | 1110 | 10001100 | 1000111 | 1011010 | 0 | 101101 | 11111100 | 1010010 | 11110 |
Color Harmonies of #280E8C
Complementary color
Monochromatic Colors of #280E8C
Black with #280E8C
Text Example
Text Example
White with #280E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280E8C; }
p { color: rgb(40,14,140); }
H1.HeaderClassName
{
color: #280E8C;
}
.AnyTagClassName
{
color: #280E8C;
}
</style>
background-color css
<style>
a { background-color: #280E8C; }
a { background-color: rgb(40,14,140); }
div.DivClassName
{
background-color: #280E8C;
}
.BgClassName
{
background-color: #280E8C;
}
</style>
border-color css
<style>
span { border-color: #280E8C; }
span { border-color: rgb(40,14,140); }
td.TdClassName
{
border-color: #280E8C;
}
.TagClassName
{
border-color: #280E8C;
}
</style>