Shades of Persian Indigo #28197C
Tints of Persian Indigo #28197C
RGB
CMYK
RGB Variations
Color information
#28197C (or 0x28197C) is known color: Persian Indigo. HEX triplet: 28, 19 and 7C. RGB value is (40,25,124). Sum of RGB (Red+Green+Blue) = 40+25+124=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #28197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28197C is #D7E683. Grayscale: #282828. Windows color (decimal): -14149252 or 8132904. OLE color: 8132904.
HSL color Cylindrical-coordinate representation of color #28197C: hue angle of 249.09º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28197C is Cyan = 0.68, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 25 | 124 | - |
| CMYK | 0.68 | 0.80 | 0 | 0.51 |
| HSL | 249.09º | 0.66% | 0.29% | - |
| HSV(B) | 249.09º | 0.8% | 0.49% | - |
| XYZ | 4.86 | 2.6 | 19.31 | - |
| YUV | 40.77 | 174.97 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 124 | 0.68 | 0.80 | 0 | 0.51 | 249.09 | 0.66 | 0.29 |
| Hex | 28 | 19 | 7C | 44 | 50 | 0 | 33 | F9 | 42 | 1D |
| Octal | 50 | 31 | 174 | 104 | 120 | 0 | 63 | 371 | 102 | 35 |
| Binary | 101000 | 11001 | 1111100 | 1000100 | 1010000 | 0 | 110011 | 11111001 | 1000010 | 11101 |
Color Harmonies of #28197C
Complementary color
Monochromatic Colors of #28197C
Black with #28197C
Text Example
Text Example
White with #28197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28197C; }
p { color: rgb(40,25,124); }
H1.HeaderClassName
{
color: #28197C;
}
.AnyTagClassName
{
color: #28197C;
}
</style>
background-color css
<style>
a { background-color: #28197C; }
a { background-color: rgb(40,25,124); }
div.DivClassName
{
background-color: #28197C;
}
.BgClassName
{
background-color: #28197C;
}
</style>
border-color css
<style>
span { border-color: #28197C; }
span { border-color: rgb(40,25,124); }
td.TdClassName
{
border-color: #28197C;
}
.TagClassName
{
border-color: #28197C;
}
</style>