Shades of Persian Indigo #280C8F
Tints of Persian Indigo #280C8F
RGB
CMYK
RGB Variations
Color information
#280C8F (or 0x280C8F) is known color: Persian Indigo. HEX triplet: 28, 0C and 8F. RGB value is (40,12,143). Sum of RGB (Red+Green+Blue) = 40+12+143=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 143 (56.25% from 255 or 73.33% from 195); Max value from RGB is 143 - color contains mainly: blue. Hex color #280C8F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280C8F is #D7F370. Grayscale: #222222. Windows color (decimal): -14152561 or 9374760. OLE color: 9374760.
HSL color Cylindrical-coordinate representation of color #280C8F: hue angle of 252.82º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280C8F is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 40 | 12 | 143 | - |
| CMYK | 0.72 | 0.92 | 0 | 0.44 |
| HSL | 252.82º | 0.85% | 0.3% | - |
| HSV(B) | 252.82º | 0.92% | 0.56% | - |
| XYZ | 5.96 | 2.7 | 26.19 | - |
| YUV | 35.31 | 188.78 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 143 | 0.72 | 0.92 | 0 | 0.44 | 252.82 | 0.85 | 0.3 |
| Hex | 28 | C | 8F | 48 | 5C | 0 | 2C | FD | 55 | 1E |
| Octal | 50 | 14 | 217 | 110 | 134 | 0 | 54 | 375 | 125 | 36 |
| Binary | 101000 | 1100 | 10001111 | 1001000 | 1011100 | 0 | 101100 | 11111101 | 1010101 | 11110 |
Color Harmonies of #280C8F
Complementary color
Monochromatic Colors of #280C8F
Black with #280C8F
Text Example
Text Example
White with #280C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C8F; }
p { color: rgb(40,12,143); }
H1.HeaderClassName
{
color: #280C8F;
}
.AnyTagClassName
{
color: #280C8F;
}
</style>
background-color css
<style>
a { background-color: #280C8F; }
a { background-color: rgb(40,12,143); }
div.DivClassName
{
background-color: #280C8F;
}
.BgClassName
{
background-color: #280C8F;
}
</style>
border-color css
<style>
span { border-color: #280C8F; }
span { border-color: rgb(40,12,143); }
td.TdClassName
{
border-color: #280C8F;
}
.TagClassName
{
border-color: #280C8F;
}
</style>