Shades of Persian Indigo #28108C
Tints of Persian Indigo #28108C
RGB
CMYK
RGB Variations
Color information
#28108C (or 0x28108C) is known color: Persian Indigo. HEX triplet: 28, 10 and 8C. RGB value is (40,16,140). Sum of RGB (Red+Green+Blue) = 40+16+140=196 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.41% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 140 (55.08% from 255 or 71.43% from 196); Max value from RGB is 140 - color contains mainly: blue. Hex color #28108C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #28108C is #D7EF73. Grayscale: #242424. Windows color (decimal): -14151540 or 9179176. OLE color: 9179176.
HSL color Cylindrical-coordinate representation of color #28108C: hue angle of 251.61º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28108C is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 40 | 16 | 140 | - |
| CMYK | 0.71 | 0.89 | 0 | 0.45 |
| HSL | 251.61º | 0.79% | 0.31% | - |
| HSV(B) | 251.61º | 0.89% | 0.55% | - |
| XYZ | 5.79 | 2.72 | 25.03 | - |
| YUV | 37.31 | 185.95 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 140 | 0.71 | 0.89 | 0 | 0.45 | 251.61 | 0.79 | 0.31 |
| Hex | 28 | 10 | 8C | 47 | 59 | 0 | 2D | FC | 4F | 1F |
| Octal | 50 | 20 | 214 | 107 | 131 | 0 | 55 | 374 | 117 | 37 |
| Binary | 101000 | 10000 | 10001100 | 1000111 | 1011001 | 0 | 101101 | 11111100 | 1001111 | 11111 |
Color Harmonies of #28108C
Complementary color
Monochromatic Colors of #28108C
Black with #28108C
Text Example
Text Example
White with #28108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28108C; }
p { color: rgb(40,16,140); }
H1.HeaderClassName
{
color: #28108C;
}
.AnyTagClassName
{
color: #28108C;
}
</style>
background-color css
<style>
a { background-color: #28108C; }
a { background-color: rgb(40,16,140); }
div.DivClassName
{
background-color: #28108C;
}
.BgClassName
{
background-color: #28108C;
}
</style>
border-color css
<style>
span { border-color: #28108C; }
span { border-color: rgb(40,16,140); }
td.TdClassName
{
border-color: #28108C;
}
.TagClassName
{
border-color: #28108C;
}
</style>