Shades of Persian Indigo #280163
Tints of Persian Indigo #280163
RGB
CMYK
RGB Variations
Color information
#280163 (or 0x280163) is known color: Persian Indigo. HEX triplet: 28, 01 and 63. RGB value is (40,1,99). Sum of RGB (Red+Green+Blue) = 40+1+99=140 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.57% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 99 (39.06% from 255 or 70.71% from 140); Max value from RGB is 99 - color contains mainly: blue. Hex color #280163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280163 is #D7FE9C. Grayscale: #171717. Windows color (decimal): -14155421 or 6488360. OLE color: 6488360.
HSL color Cylindrical-coordinate representation of color #280163: hue angle of 263.88º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280163 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 40 | 1 | 99 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.61 |
| HSL | 263.88º | 0.98% | 0.2% | - |
| HSV(B) | 263.88º | 0.99% | 0.39% | - |
| XYZ | 3.14 | 1.37 | 11.9 | - |
| YUV | 23.83 | 170.42 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 1 | 99 | 0.60 | 0.99 | 0 | 0.61 | 263.88 | 0.98 | 0.2 |
| Hex | 28 | 1 | 63 | 3C | 63 | 0 | 3D | 108 | 62 | 14 |
| Octal | 50 | 1 | 143 | 74 | 143 | 0 | 75 | 410 | 142 | 24 |
| Binary | 101000 | 1 | 1100011 | 111100 | 1100011 | 0 | 111101 | 100001000 | 1100010 | 10100 |
Color Harmonies of #280163
Complementary color
Monochromatic Colors of #280163
Black with #280163
Text Example
Text Example
White with #280163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #280163; }
p { color: rgb(40,1,99); }
H1.HeaderClassName
{
color: #280163;
}
.AnyTagClassName
{
color: #280163;
}
</style>
background-color css
<style>
a { background-color: #280163; }
a { background-color: rgb(40,1,99); }
div.DivClassName
{
background-color: #280163;
}
.BgClassName
{
background-color: #280163;
}
</style>
border-color css
<style>
span { border-color: #280163; }
span { border-color: rgb(40,1,99); }
td.TdClassName
{
border-color: #280163;
}
.TagClassName
{
border-color: #280163;
}
</style>