Shades of Persian Indigo #280D77
Tints of Persian Indigo #280D77
RGB
CMYK
RGB Variations
Color information
#280D77 (or 0x280D77) is known color: Persian Indigo. HEX triplet: 28, 0D and 77. RGB value is (40,13,119). Sum of RGB (Red+Green+Blue) = 40+13+119=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #280D77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D77 is #D7F288. Grayscale: #202020. Windows color (decimal): -14152329 or 7802152. OLE color: 7802152.
HSL color Cylindrical-coordinate representation of color #280D77: hue angle of 255.28º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #280D77 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 13 | 119 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.53 |
| HSL | 255.28º | 0.8% | 0.26% | - |
| HSV(B) | 255.28º | 0.89% | 0.47% | - |
| XYZ | 4.35 | 2.07 | 17.62 | - |
| YUV | 33.16 | 176.45 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 119 | 0.66 | 0.89 | 0 | 0.53 | 255.28 | 0.8 | 0.26 |
| Hex | 28 | D | 77 | 42 | 59 | 0 | 35 | FF | 50 | 1A |
| Octal | 50 | 15 | 167 | 102 | 131 | 0 | 65 | 377 | 120 | 32 |
| Binary | 101000 | 1101 | 1110111 | 1000010 | 1011001 | 0 | 110101 | 11111111 | 1010000 | 11010 |
Color Harmonies of #280D77
Complementary color
Monochromatic Colors of #280D77
Black with #280D77
Text Example
Text Example
White with #280D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D77; }
p { color: rgb(40,13,119); }
H1.HeaderClassName
{
color: #280D77;
}
.AnyTagClassName
{
color: #280D77;
}
</style>
background-color css
<style>
a { background-color: #280D77; }
a { background-color: rgb(40,13,119); }
div.DivClassName
{
background-color: #280D77;
}
.BgClassName
{
background-color: #280D77;
}
</style>
border-color css
<style>
span { border-color: #280D77; }
span { border-color: rgb(40,13,119); }
td.TdClassName
{
border-color: #280D77;
}
.TagClassName
{
border-color: #280D77;
}
</style>