Shades of Persian Indigo #280B6A
Tints of Persian Indigo #280B6A
RGB
CMYK
RGB Variations
Color information
#280B6A (or 0x280B6A) is known color: Persian Indigo. HEX triplet: 28, 0B and 6A. RGB value is (40,11,106). Sum of RGB (Red+Green+Blue) = 40+11+106=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 106 (41.80% from 255 or 67.52% from 157); Max value from RGB is 106 - color contains mainly: blue. Hex color #280B6A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280B6A is #D7F495. Grayscale: #1E1E1E. Windows color (decimal): -14152854 or 6949672. OLE color: 6949672.
HSL color Cylindrical-coordinate representation of color #280B6A: hue angle of 258.32º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280B6A is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 11 | 106 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.58 |
| HSL | 258.32º | 0.81% | 0.23% | - |
| HSV(B) | 258.32º | 0.9% | 0.42% | - |
| XYZ | 3.6 | 1.73 | 13.78 | - |
| YUV | 30.5 | 170.61 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 11 | 106 | 0.62 | 0.90 | 0 | 0.58 | 258.32 | 0.81 | 0.23 |
| Hex | 28 | B | 6A | 3E | 5A | 0 | 3A | 102 | 51 | 17 |
| Octal | 50 | 13 | 152 | 76 | 132 | 0 | 72 | 402 | 121 | 27 |
| Binary | 101000 | 1011 | 1101010 | 111110 | 1011010 | 0 | 111010 | 100000010 | 1010001 | 10111 |
Color Harmonies of #280B6A
Complementary color
Monochromatic Colors of #280B6A
Black with #280B6A
Text Example
Text Example
White with #280B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280B6A; }
p { color: rgb(40,11,106); }
H1.HeaderClassName
{
color: #280B6A;
}
.AnyTagClassName
{
color: #280B6A;
}
</style>
background-color css
<style>
a { background-color: #280B6A; }
a { background-color: rgb(40,11,106); }
div.DivClassName
{
background-color: #280B6A;
}
.BgClassName
{
background-color: #280B6A;
}
</style>
border-color css
<style>
span { border-color: #280B6A; }
span { border-color: rgb(40,11,106); }
td.TdClassName
{
border-color: #280B6A;
}
.TagClassName
{
border-color: #280B6A;
}
</style>