Shades of Persian Indigo #280682
Tints of Persian Indigo #280682
RGB
CMYK
RGB Variations
Color information
#280682 (or 0x280682) is known color: Persian Indigo. HEX triplet: 28, 06 and 82. RGB value is (40,6,130). Sum of RGB (Red+Green+Blue) = 40+6+130=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 130 (51.17% from 255 or 73.86% from 176); Max value from RGB is 130 - color contains mainly: blue. Hex color #280682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280682 is #D7F97D. Grayscale: #1D1D1D. Windows color (decimal): -14154110 or 8521256. OLE color: 8521256.
HSL color Cylindrical-coordinate representation of color #280682: hue angle of 256.45º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280682 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 6 | 130 | - |
| CMYK | 0.69 | 0.95 | 0 | 0.49 |
| HSL | 256.45º | 0.91% | 0.27% | - |
| HSV(B) | 256.45º | 0.95% | 0.51% | - |
| XYZ | 4.97 | 2.19 | 21.28 | - |
| YUV | 30.3 | 184.26 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 6 | 130 | 0.69 | 0.95 | 0 | 0.49 | 256.45 | 0.91 | 0.27 |
| Hex | 28 | 6 | 82 | 45 | 5F | 0 | 31 | 100 | 5B | 1B |
| Octal | 50 | 6 | 202 | 105 | 137 | 0 | 61 | 400 | 133 | 33 |
| Binary | 101000 | 110 | 10000010 | 1000101 | 1011111 | 0 | 110001 | 100000000 | 1011011 | 11011 |
Color Harmonies of #280682
Complementary color
Monochromatic Colors of #280682
Black with #280682
Text Example
Text Example
White with #280682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280682; }
p { color: rgb(40,6,130); }
H1.HeaderClassName
{
color: #280682;
}
.AnyTagClassName
{
color: #280682;
}
</style>
background-color css
<style>
a { background-color: #280682; }
a { background-color: rgb(40,6,130); }
div.DivClassName
{
background-color: #280682;
}
.BgClassName
{
background-color: #280682;
}
</style>
border-color css
<style>
span { border-color: #280682; }
span { border-color: rgb(40,6,130); }
td.TdClassName
{
border-color: #280682;
}
.TagClassName
{
border-color: #280682;
}
</style>