Shades of Persian Indigo #28177F
Tints of Persian Indigo #28177F
RGB
CMYK
RGB Variations
Color information
#28177F (or 0x28177F) is known color: Persian Indigo. HEX triplet: 28, 17 and 7F. RGB value is (40,23,127). Sum of RGB (Red+Green+Blue) = 40+23+127=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 127 (50% from 255 or 66.84% from 190); Max value from RGB is 127 - color contains mainly: blue. Hex color #28177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28177F is #D7E880. Grayscale: #272727. Windows color (decimal): -14149761 or 8329000. OLE color: 8329000.
HSL color Cylindrical-coordinate representation of color #28177F: hue angle of 249.81º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28177F is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 40 | 23 | 127 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.50 |
| HSL | 249.81º | 0.69% | 0.29% | - |
| HSV(B) | 249.81º | 0.82% | 0.5% | - |
| XYZ | 5.01 | 2.6 | 20.32 | - |
| YUV | 39.94 | 177.13 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 23 | 127 | 0.69 | 0.82 | 0 | 0.50 | 249.81 | 0.69 | 0.29 |
| Hex | 28 | 17 | 7F | 45 | 52 | 0 | 32 | FA | 45 | 1D |
| Octal | 50 | 27 | 177 | 105 | 122 | 0 | 62 | 372 | 105 | 35 |
| Binary | 101000 | 10111 | 1111111 | 1000101 | 1010010 | 0 | 110010 | 11111010 | 1000101 | 11101 |
Color Harmonies of #28177F
Complementary color
Monochromatic Colors of #28177F
Black with #28177F
Text Example
Text Example
White with #28177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28177F; }
p { color: rgb(40,23,127); }
H1.HeaderClassName
{
color: #28177F;
}
.AnyTagClassName
{
color: #28177F;
}
</style>
background-color css
<style>
a { background-color: #28177F; }
a { background-color: rgb(40,23,127); }
div.DivClassName
{
background-color: #28177F;
}
.BgClassName
{
background-color: #28177F;
}
</style>
border-color css
<style>
span { border-color: #28177F; }
span { border-color: rgb(40,23,127); }
td.TdClassName
{
border-color: #28177F;
}
.TagClassName
{
border-color: #28177F;
}
</style>