Shades of Persian Indigo #280F6C
Tints of Persian Indigo #280F6C
RGB
CMYK
RGB Variations
Color information
#280F6C (or 0x280F6C) is known color: Persian Indigo. HEX triplet: 28, 0F and 6C. RGB value is (40,15,108). Sum of RGB (Red+Green+Blue) = 40+15+108=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 108 (42.58% from 255 or 66.26% from 163); Max value from RGB is 108 - color contains mainly: blue. Hex color #280F6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280F6C is #D7F093. Grayscale: #202020. Windows color (decimal): -14151828 or 7081768. OLE color: 7081768.
HSL color Cylindrical-coordinate representation of color #280F6C: hue angle of 256.13º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #280F6C is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 15 | 108 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.58 |
| HSL | 256.13º | 0.76% | 0.24% | - |
| HSV(B) | 256.13º | 0.86% | 0.42% | - |
| XYZ | 3.75 | 1.88 | 14.35 | - |
| YUV | 33.08 | 170.28 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 15 | 108 | 0.63 | 0.86 | 0 | 0.58 | 256.13 | 0.76 | 0.24 |
| Hex | 28 | F | 6C | 3F | 56 | 0 | 3A | 100 | 4C | 18 |
| Octal | 50 | 17 | 154 | 77 | 126 | 0 | 72 | 400 | 114 | 30 |
| Binary | 101000 | 1111 | 1101100 | 111111 | 1010110 | 0 | 111010 | 100000000 | 1001100 | 11000 |
Color Harmonies of #280F6C
Complementary color
Monochromatic Colors of #280F6C
Black with #280F6C
Text Example
Text Example
White with #280F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280F6C; }
p { color: rgb(40,15,108); }
H1.HeaderClassName
{
color: #280F6C;
}
.AnyTagClassName
{
color: #280F6C;
}
</style>
background-color css
<style>
a { background-color: #280F6C; }
a { background-color: rgb(40,15,108); }
div.DivClassName
{
background-color: #280F6C;
}
.BgClassName
{
background-color: #280F6C;
}
</style>
border-color css
<style>
span { border-color: #280F6C; }
span { border-color: rgb(40,15,108); }
td.TdClassName
{
border-color: #280F6C;
}
.TagClassName
{
border-color: #280F6C;
}
</style>