Shades of Persian Indigo #280C65
Tints of Persian Indigo #280C65
RGB
CMYK
RGB Variations
Color information
#280C65 (or 0x280C65) is known color: Persian Indigo. HEX triplet: 28, 0C and 65. RGB value is (40,12,101). Sum of RGB (Red+Green+Blue) = 40+12+101=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 12 (5.08% from 255 or 7.84% from 153); Blue value is 101 (39.84% from 255 or 66.01% from 153); Max value from RGB is 101 - color contains mainly: blue. Hex color #280C65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280C65 is #D7F39A. Grayscale: #1E1E1E. Windows color (decimal): -14152603 or 6622248. OLE color: 6622248.
HSL color Cylindrical-coordinate representation of color #280C65: hue angle of 258.88º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #280C65 is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 40 | 12 | 101 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.60 |
| HSL | 258.88º | 0.79% | 0.22% | - |
| HSV(B) | 258.88º | 0.88% | 0.4% | - |
| XYZ | 3.36 | 1.65 | 12.45 | - |
| YUV | 30.52 | 167.78 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 12 | 101 | 0.60 | 0.88 | 0 | 0.60 | 258.88 | 0.79 | 0.22 |
| Hex | 28 | C | 65 | 3C | 58 | 0 | 3C | 103 | 4F | 16 |
| Octal | 50 | 14 | 145 | 74 | 130 | 0 | 74 | 403 | 117 | 26 |
| Binary | 101000 | 1100 | 1100101 | 111100 | 1011000 | 0 | 111100 | 100000011 | 1001111 | 10110 |
Color Harmonies of #280C65
Complementary color
Monochromatic Colors of #280C65
Black with #280C65
Text Example
Text Example
White with #280C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280C65; }
p { color: rgb(40,12,101); }
H1.HeaderClassName
{
color: #280C65;
}
.AnyTagClassName
{
color: #280C65;
}
</style>
background-color css
<style>
a { background-color: #280C65; }
a { background-color: rgb(40,12,101); }
div.DivClassName
{
background-color: #280C65;
}
.BgClassName
{
background-color: #280C65;
}
</style>
border-color css
<style>
span { border-color: #280C65; }
span { border-color: rgb(40,12,101); }
td.TdClassName
{
border-color: #280C65;
}
.TagClassName
{
border-color: #280C65;
}
</style>