Shades of Persian Indigo #280D76
Tints of Persian Indigo #280D76
RGB
CMYK
RGB Variations
Color information
#280D76 (or 0x280D76) is known color: Persian Indigo. HEX triplet: 28, 0D and 76. RGB value is (40,13,118). Sum of RGB (Red+Green+Blue) = 40+13+118=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 118 (46.48% from 255 or 69.01% from 171); Max value from RGB is 118 - color contains mainly: blue. Hex color #280D76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D76 is #D7F289. Grayscale: #202020. Windows color (decimal): -14152330 or 7736616. OLE color: 7736616.
HSL color Cylindrical-coordinate representation of color #280D76: hue angle of 255.43º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #280D76 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 13 | 118 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.54 |
| HSL | 255.43º | 0.8% | 0.26% | - |
| HSV(B) | 255.43º | 0.89% | 0.46% | - |
| XYZ | 4.29 | 2.05 | 17.31 | - |
| YUV | 33.04 | 175.95 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 118 | 0.66 | 0.89 | 0 | 0.54 | 255.43 | 0.8 | 0.26 |
| Hex | 28 | D | 76 | 42 | 59 | 0 | 36 | FF | 50 | 1A |
| Octal | 50 | 15 | 166 | 102 | 131 | 0 | 66 | 377 | 120 | 32 |
| Binary | 101000 | 1101 | 1110110 | 1000010 | 1011001 | 0 | 110110 | 11111111 | 1010000 | 11010 |
Color Harmonies of #280D76
Complementary color
Monochromatic Colors of #280D76
Black with #280D76
Text Example
Text Example
White with #280D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D76; }
p { color: rgb(40,13,118); }
H1.HeaderClassName
{
color: #280D76;
}
.AnyTagClassName
{
color: #280D76;
}
</style>
background-color css
<style>
a { background-color: #280D76; }
a { background-color: rgb(40,13,118); }
div.DivClassName
{
background-color: #280D76;
}
.BgClassName
{
background-color: #280D76;
}
</style>
border-color css
<style>
span { border-color: #280D76; }
span { border-color: rgb(40,13,118); }
td.TdClassName
{
border-color: #280D76;
}
.TagClassName
{
border-color: #280D76;
}
</style>