Shades of Persian Indigo #28177C
Tints of Persian Indigo #28177C
RGB
CMYK
RGB Variations
Color information
#28177C (or 0x28177C) is known color: Persian Indigo. HEX triplet: 28, 17 and 7C. RGB value is (40,23,124). Sum of RGB (Red+Green+Blue) = 40+23+124=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 124 (48.83% from 255 or 66.31% from 187); Max value from RGB is 124 - color contains mainly: blue. Hex color #28177C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28177C is #D7E883. Grayscale: #272727. Windows color (decimal): -14149764 or 8132392. OLE color: 8132392.
HSL color Cylindrical-coordinate representation of color #28177C: hue angle of 250.1º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28177C is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 23 | 124 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.51 |
| HSL | 250.1º | 0.69% | 0.29% | - |
| HSV(B) | 250.1º | 0.81% | 0.49% | - |
| XYZ | 4.82 | 2.52 | 19.3 | - |
| YUV | 39.6 | 175.63 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 124 | 0.68 | 0.81 | 0 | 0.51 | 250.1 | 0.69 | 0.29 |
| Hex | 28 | 17 | 7C | 44 | 51 | 0 | 33 | FA | 45 | 1D |
| Octal | 50 | 27 | 174 | 104 | 121 | 0 | 63 | 372 | 105 | 35 |
| Binary | 101000 | 10111 | 1111100 | 1000100 | 1010001 | 0 | 110011 | 11111010 | 1000101 | 11101 |
Color Harmonies of #28177C
Complementary color
Monochromatic Colors of #28177C
Black with #28177C
Text Example
Text Example
White with #28177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28177C; }
p { color: rgb(40,23,124); }
H1.HeaderClassName
{
color: #28177C;
}
.AnyTagClassName
{
color: #28177C;
}
</style>
background-color css
<style>
a { background-color: #28177C; }
a { background-color: rgb(40,23,124); }
div.DivClassName
{
background-color: #28177C;
}
.BgClassName
{
background-color: #28177C;
}
</style>
border-color css
<style>
span { border-color: #28177C; }
span { border-color: rgb(40,23,124); }
td.TdClassName
{
border-color: #28177C;
}
.TagClassName
{
border-color: #28177C;
}
</style>