Shades of Persian Indigo #28168C
Tints of Persian Indigo #28168C
RGB
CMYK
RGB Variations
Color information
#28168C (or 0x28168C) is known color: Persian Indigo. HEX triplet: 28, 16 and 8C. RGB value is (40,22,140). Sum of RGB (Red+Green+Blue) = 40+22+140=202 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.80% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 140 (55.08% from 255 or 69.31% from 202); Max value from RGB is 140 - color contains mainly: blue. Hex color #28168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28168C is #D7E973. Grayscale: #282828. Windows color (decimal): -14150004 or 9180712. OLE color: 9180712.
HSL color Cylindrical-coordinate representation of color #28168C: hue angle of 249.15º 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 #28168C is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 22 | 140 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.45 |
| HSL | 249.15º | 0.73% | 0.32% | - |
| HSV(B) | 249.15º | 0.84% | 0.55% | - |
| XYZ | 5.9 | 2.92 | 25.06 | - |
| YUV | 40.83 | 183.96 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 22 | 140 | 0.71 | 0.84 | 0 | 0.45 | 249.15 | 0.73 | 0.32 |
| Hex | 28 | 16 | 8C | 47 | 54 | 0 | 2D | F9 | 49 | 20 |
| Octal | 50 | 26 | 214 | 107 | 124 | 0 | 55 | 371 | 111 | 40 |
| Binary | 101000 | 10110 | 10001100 | 1000111 | 1010100 | 0 | 101101 | 11111001 | 1001001 | 100000 |
Color Harmonies of #28168C
Complementary color
Monochromatic Colors of #28168C
Black with #28168C
Text Example
Text Example
White with #28168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28168C; }
p { color: rgb(40,22,140); }
H1.HeaderClassName
{
color: #28168C;
}
.AnyTagClassName
{
color: #28168C;
}
</style>
background-color css
<style>
a { background-color: #28168C; }
a { background-color: rgb(40,22,140); }
div.DivClassName
{
background-color: #28168C;
}
.BgClassName
{
background-color: #28168C;
}
</style>
border-color css
<style>
span { border-color: #28168C; }
span { border-color: rgb(40,22,140); }
td.TdClassName
{
border-color: #28168C;
}
.TagClassName
{
border-color: #28168C;
}
</style>