Shades of Persian Indigo #280B62
Tints of Persian Indigo #280B62
RGB
CMYK
RGB Variations
Color information
#280B62 (or 0x280B62) is known color: Persian Indigo. HEX triplet: 28, 0B and 62. RGB value is (40,11,98). Sum of RGB (Red+Green+Blue) = 40+11+98=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 11 (4.69% from 255 or 7.38% from 149); Blue value is 98 (38.67% from 255 or 65.77% from 149); Max value from RGB is 98 - color contains mainly: blue. Hex color #280B62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280B62 is #D7F49D. Grayscale: #1D1D1D. Windows color (decimal): -14152862 or 6425384. OLE color: 6425384.
HSL color Cylindrical-coordinate representation of color #280B62: hue angle of 260º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #280B62 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 40 | 11 | 98 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.62 |
| HSL | 260º | 0.8% | 0.21% | - |
| HSV(B) | 260º | 0.89% | 0.38% | - |
| XYZ | 3.2 | 1.57 | 11.69 | - |
| YUV | 29.59 | 166.61 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 98 | 0.59 | 0.89 | 0 | 0.62 | 260 | 0.8 | 0.21 |
| Hex | 28 | B | 62 | 3B | 59 | 0 | 3E | 104 | 50 | 15 |
| Octal | 50 | 13 | 142 | 73 | 131 | 0 | 76 | 404 | 120 | 25 |
| Binary | 101000 | 1011 | 1100010 | 111011 | 1011001 | 0 | 111110 | 100000100 | 1010000 | 10101 |
Color Harmonies of #280B62
Complementary color
Monochromatic Colors of #280B62
Black with #280B62
Text Example
Text Example
White with #280B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B62; }
p { color: rgb(40,11,98); }
H1.HeaderClassName
{
color: #280B62;
}
.AnyTagClassName
{
color: #280B62;
}
</style>
background-color css
<style>
a { background-color: #280B62; }
a { background-color: rgb(40,11,98); }
div.DivClassName
{
background-color: #280B62;
}
.BgClassName
{
background-color: #280B62;
}
</style>
border-color css
<style>
span { border-color: #280B62; }
span { border-color: rgb(40,11,98); }
td.TdClassName
{
border-color: #280B62;
}
.TagClassName
{
border-color: #280B62;
}
</style>