Shades of Persian Indigo #280D63
Tints of Persian Indigo #280D63
RGB
CMYK
RGB Variations
Color information
#280D63 (or 0x280D63) is known color: Persian Indigo. HEX triplet: 28, 0D and 63. RGB value is (40,13,99). Sum of RGB (Red+Green+Blue) = 40+13+99=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 13 (5.47% from 255 or 8.55% from 152); Blue value is 99 (39.06% from 255 or 65.13% from 152); Max value from RGB is 99 - color contains mainly: blue. Hex color #280D63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D63 is #D7F29C. Grayscale: #1E1E1E. Windows color (decimal): -14152349 or 6491432. OLE color: 6491432.
HSL color Cylindrical-coordinate representation of color #280D63: hue angle of 258.84º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #280D63 is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 13 | 99 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.61 |
| HSL | 258.84º | 0.77% | 0.22% | - |
| HSV(B) | 258.84º | 0.87% | 0.39% | - |
| XYZ | 3.27 | 1.64 | 11.95 | - |
| YUV | 30.88 | 166.45 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 13 | 99 | 0.60 | 0.87 | 0 | 0.61 | 258.84 | 0.77 | 0.22 |
| Hex | 28 | D | 63 | 3C | 57 | 0 | 3D | 103 | 4D | 16 |
| Octal | 50 | 15 | 143 | 74 | 127 | 0 | 75 | 403 | 115 | 26 |
| Binary | 101000 | 1101 | 1100011 | 111100 | 1010111 | 0 | 111101 | 100000011 | 1001101 | 10110 |
Color Harmonies of #280D63
Complementary color
Monochromatic Colors of #280D63
Black with #280D63
Text Example
Text Example
White with #280D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280D63; }
p { color: rgb(40,13,99); }
H1.HeaderClassName
{
color: #280D63;
}
.AnyTagClassName
{
color: #280D63;
}
</style>
background-color css
<style>
a { background-color: #280D63; }
a { background-color: rgb(40,13,99); }
div.DivClassName
{
background-color: #280D63;
}
.BgClassName
{
background-color: #280D63;
}
</style>
border-color css
<style>
span { border-color: #280D63; }
span { border-color: rgb(40,13,99); }
td.TdClassName
{
border-color: #280D63;
}
.TagClassName
{
border-color: #280D63;
}
</style>