Shades of Persian Indigo #28166B
Tints of Persian Indigo #28166B
RGB
CMYK
RGB Variations
Color information
#28166B (or 0x28166B) is known color: Persian Indigo. HEX triplet: 28, 16 and 6B. RGB value is (40,22,107). Sum of RGB (Red+Green+Blue) = 40+22+107=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 107 (42.19% from 255 or 63.31% from 169); Max value from RGB is 107 - color contains mainly: blue. Hex color #28166B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28166B is #D7E994. Grayscale: #242424. Windows color (decimal): -14150037 or 7018024. OLE color: 7018024.
HSL color Cylindrical-coordinate representation of color #28166B: hue angle of 252.71º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28166B is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 22 | 107 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.58 |
| HSL | 252.71º | 0.66% | 0.25% | - |
| HSV(B) | 252.71º | 0.79% | 0.42% | - |
| XYZ | 3.82 | 2.09 | 14.11 | - |
| YUV | 37.07 | 167.46 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 22 | 107 | 0.63 | 0.79 | 0 | 0.58 | 252.71 | 0.66 | 0.25 |
| Hex | 28 | 16 | 6B | 3F | 4F | 0 | 3A | FD | 42 | 19 |
| Octal | 50 | 26 | 153 | 77 | 117 | 0 | 72 | 375 | 102 | 31 |
| Binary | 101000 | 10110 | 1101011 | 111111 | 1001111 | 0 | 111010 | 11111101 | 1000010 | 11001 |
Color Harmonies of #28166B
Complementary color
Monochromatic Colors of #28166B
Black with #28166B
Text Example
Text Example
White with #28166B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28166B; }
p { color: rgb(40,22,107); }
H1.HeaderClassName
{
color: #28166B;
}
.AnyTagClassName
{
color: #28166B;
}
</style>
background-color css
<style>
a { background-color: #28166B; }
a { background-color: rgb(40,22,107); }
div.DivClassName
{
background-color: #28166B;
}
.BgClassName
{
background-color: #28166B;
}
</style>
border-color css
<style>
span { border-color: #28166B; }
span { border-color: rgb(40,22,107); }
td.TdClassName
{
border-color: #28166B;
}
.TagClassName
{
border-color: #28166B;
}
</style>