Shades of Persian Indigo #28186C
Tints of Persian Indigo #28186C
RGB
CMYK
RGB Variations
Color information
#28186C (or 0x28186C) is known color: Persian Indigo. HEX triplet: 28, 18 and 6C. RGB value is (40,24,108). Sum of RGB (Red+Green+Blue) = 40+24+108=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #28186C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28186C is #D7E793. Grayscale: #262626. Windows color (decimal): -14149524 or 7084072. OLE color: 7084072.
HSL color Cylindrical-coordinate representation of color #28186C: hue angle of 251.43º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28186C is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 24 | 108 | - |
| CMYK | 0.63 | 0.78 | 0 | 0.58 |
| HSL | 251.43º | 0.64% | 0.26% | - |
| HSV(B) | 251.43º | 0.78% | 0.42% | - |
| XYZ | 3.91 | 2.19 | 14.4 | - |
| YUV | 38.36 | 167.3 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 108 | 0.63 | 0.78 | 0 | 0.58 | 251.43 | 0.64 | 0.26 |
| Hex | 28 | 18 | 6C | 3F | 4E | 0 | 3A | FB | 40 | 1A |
| Octal | 50 | 30 | 154 | 77 | 116 | 0 | 72 | 373 | 100 | 32 |
| Binary | 101000 | 11000 | 1101100 | 111111 | 1001110 | 0 | 111010 | 11111011 | 1000000 | 11010 |
Color Harmonies of #28186C
Complementary color
Monochromatic Colors of #28186C
Black with #28186C
Text Example
Text Example
White with #28186C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28186C; }
p { color: rgb(40,24,108); }
H1.HeaderClassName
{
color: #28186C;
}
.AnyTagClassName
{
color: #28186C;
}
</style>
background-color css
<style>
a { background-color: #28186C; }
a { background-color: rgb(40,24,108); }
div.DivClassName
{
background-color: #28186C;
}
.BgClassName
{
background-color: #28186C;
}
</style>
border-color css
<style>
span { border-color: #28186C; }
span { border-color: rgb(40,24,108); }
td.TdClassName
{
border-color: #28186C;
}
.TagClassName
{
border-color: #28186C;
}
</style>