Shades of Persian Indigo #28096B
Tints of Persian Indigo #28096B
RGB
CMYK
RGB Variations
Color information
#28096B (or 0x28096B) is known color: Persian Indigo. HEX triplet: 28, 09 and 6B. RGB value is (40,9,107). Sum of RGB (Red+Green+Blue) = 40+9+107=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 107 (42.19% from 255 or 68.59% from 156); Max value from RGB is 107 - color contains mainly: blue. Hex color #28096B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28096B is #D7F694. Grayscale: #1D1D1D. Windows color (decimal): -14153365 or 7014696. OLE color: 7014696.
HSL color Cylindrical-coordinate representation of color #28096B: hue angle of 258.98º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #28096B is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 40 | 9 | 107 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.58 |
| HSL | 258.98º | 0.84% | 0.23% | - |
| HSV(B) | 258.98º | 0.92% | 0.42% | - |
| XYZ | 3.63 | 1.71 | 14.05 | - |
| YUV | 29.44 | 171.77 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 9 | 107 | 0.63 | 0.92 | 0 | 0.58 | 258.98 | 0.84 | 0.23 |
| Hex | 28 | 9 | 6B | 3F | 5C | 0 | 3A | 103 | 54 | 17 |
| Octal | 50 | 11 | 153 | 77 | 134 | 0 | 72 | 403 | 124 | 27 |
| Binary | 101000 | 1001 | 1101011 | 111111 | 1011100 | 0 | 111010 | 100000011 | 1010100 | 10111 |
Color Harmonies of #28096B
Complementary color
Monochromatic Colors of #28096B
Black with #28096B
Text Example
Text Example
White with #28096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28096B; }
p { color: rgb(40,9,107); }
H1.HeaderClassName
{
color: #28096B;
}
.AnyTagClassName
{
color: #28096B;
}
</style>
background-color css
<style>
a { background-color: #28096B; }
a { background-color: rgb(40,9,107); }
div.DivClassName
{
background-color: #28096B;
}
.BgClassName
{
background-color: #28096B;
}
</style>
border-color css
<style>
span { border-color: #28096B; }
span { border-color: rgb(40,9,107); }
td.TdClassName
{
border-color: #28096B;
}
.TagClassName
{
border-color: #28096B;
}
</style>