Shades of Persian Indigo #280C69
Tints of Persian Indigo #280C69
RGB
CMYK
RGB Variations
Color information
#280C69 (or 0x280C69) is known color: Persian Indigo. HEX triplet: 28, 0C and 69. RGB value is (40,12,105). Sum of RGB (Red+Green+Blue) = 40+12+105=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #280C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280C69 is #D7F396. Grayscale: #1E1E1E. Windows color (decimal): -14152599 or 6884392. OLE color: 6884392.
HSL color Cylindrical-coordinate representation of color #280C69: hue angle of 258.06º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #280C69 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 40 | 12 | 105 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.59 |
| HSL | 258.06º | 0.79% | 0.23% | - |
| HSV(B) | 258.06º | 0.89% | 0.41% | - |
| XYZ | 3.56 | 1.73 | 13.51 | - |
| YUV | 30.97 | 169.78 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 105 | 0.62 | 0.89 | 0 | 0.59 | 258.06 | 0.79 | 0.23 |
| Hex | 28 | C | 69 | 3E | 59 | 0 | 3B | 102 | 4F | 17 |
| Octal | 50 | 14 | 151 | 76 | 131 | 0 | 73 | 402 | 117 | 27 |
| Binary | 101000 | 1100 | 1101001 | 111110 | 1011001 | 0 | 111011 | 100000010 | 1001111 | 10111 |
Color Harmonies of #280C69
Complementary color
Monochromatic Colors of #280C69
Black with #280C69
Text Example
Text Example
White with #280C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C69; }
p { color: rgb(40,12,105); }
H1.HeaderClassName
{
color: #280C69;
}
.AnyTagClassName
{
color: #280C69;
}
</style>
background-color css
<style>
a { background-color: #280C69; }
a { background-color: rgb(40,12,105); }
div.DivClassName
{
background-color: #280C69;
}
.BgClassName
{
background-color: #280C69;
}
</style>
border-color css
<style>
span { border-color: #280C69; }
span { border-color: rgb(40,12,105); }
td.TdClassName
{
border-color: #280C69;
}
.TagClassName
{
border-color: #280C69;
}
</style>