Shades of Persian Indigo #28168B
Tints of Persian Indigo #28168B
RGB
CMYK
RGB Variations
Color information
#28168B (or 0x28168B) is known color: Persian Indigo. HEX triplet: 28, 16 and 8B. RGB value is (40,22,139). Sum of RGB (Red+Green+Blue) = 40+22+139=201 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.90% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #28168B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28168B is #D7E974. Grayscale: #282828. Windows color (decimal): -14150005 or 9115176. OLE color: 9115176.
HSL color Cylindrical-coordinate representation of color #28168B: hue angle of 249.23º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28168B is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 22 | 139 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.45 |
| HSL | 249.23º | 0.73% | 0.32% | - |
| HSV(B) | 249.23º | 0.84% | 0.55% | - |
| XYZ | 5.82 | 2.89 | 24.68 | - |
| YUV | 40.72 | 183.46 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 22 | 139 | 0.71 | 0.84 | 0 | 0.45 | 249.23 | 0.73 | 0.32 |
| Hex | 28 | 16 | 8B | 47 | 54 | 0 | 2D | F9 | 49 | 20 |
| Octal | 50 | 26 | 213 | 107 | 124 | 0 | 55 | 371 | 111 | 40 |
| Binary | 101000 | 10110 | 10001011 | 1000111 | 1010100 | 0 | 101101 | 11111001 | 1001001 | 100000 |
Color Harmonies of #28168B
Complementary color
Monochromatic Colors of #28168B
Black with #28168B
Text Example
Text Example
White with #28168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28168B; }
p { color: rgb(40,22,139); }
H1.HeaderClassName
{
color: #28168B;
}
.AnyTagClassName
{
color: #28168B;
}
</style>
background-color css
<style>
a { background-color: #28168B; }
a { background-color: rgb(40,22,139); }
div.DivClassName
{
background-color: #28168B;
}
.BgClassName
{
background-color: #28168B;
}
</style>
border-color css
<style>
span { border-color: #28168B; }
span { border-color: rgb(40,22,139); }
td.TdClassName
{
border-color: #28168B;
}
.TagClassName
{
border-color: #28168B;
}
</style>