Shades of Persian Indigo #28117B
Tints of Persian Indigo #28117B
RGB
CMYK
RGB Variations
Color information
#28117B (or 0x28117B) is known color: Persian Indigo. HEX triplet: 28, 11 and 7B. RGB value is (40,17,123). Sum of RGB (Red+Green+Blue) = 40+17+123=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 123 (48.44% from 255 or 68.33% from 180); Max value from RGB is 123 - color contains mainly: blue. Hex color #28117B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28117B is #D7EE84. Grayscale: #232323. Windows color (decimal): -14151301 or 8065320. OLE color: 8065320.
HSL color Cylindrical-coordinate representation of color #28117B: hue angle of 253.02º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #28117B is Cyan = 0.67, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 17 | 123 | - |
| CMYK | 0.67 | 0.86 | 0 | 0.52 |
| HSL | 253.02º | 0.76% | 0.27% | - |
| HSV(B) | 253.02º | 0.86% | 0.48% | - |
| XYZ | 4.65 | 2.28 | 18.93 | - |
| YUV | 35.96 | 177.12 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 17 | 123 | 0.67 | 0.86 | 0 | 0.52 | 253.02 | 0.76 | 0.27 |
| Hex | 28 | 11 | 7B | 43 | 56 | 0 | 34 | FD | 4C | 1B |
| Octal | 50 | 21 | 173 | 103 | 126 | 0 | 64 | 375 | 114 | 33 |
| Binary | 101000 | 10001 | 1111011 | 1000011 | 1010110 | 0 | 110100 | 11111101 | 1001100 | 11011 |
Color Harmonies of #28117B
Complementary color
Monochromatic Colors of #28117B
Black with #28117B
Text Example
Text Example
White with #28117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28117B; }
p { color: rgb(40,17,123); }
H1.HeaderClassName
{
color: #28117B;
}
.AnyTagClassName
{
color: #28117B;
}
</style>
background-color css
<style>
a { background-color: #28117B; }
a { background-color: rgb(40,17,123); }
div.DivClassName
{
background-color: #28117B;
}
.BgClassName
{
background-color: #28117B;
}
</style>
border-color css
<style>
span { border-color: #28117B; }
span { border-color: rgb(40,17,123); }
td.TdClassName
{
border-color: #28117B;
}
.TagClassName
{
border-color: #28117B;
}
</style>