Shades of Persian Indigo #28107B
Tints of Persian Indigo #28107B
RGB
CMYK
RGB Variations
Color information
#28107B (or 0x28107B) is known color: Persian Indigo. HEX triplet: 28, 10 and 7B. RGB value is (40,16,123). Sum of RGB (Red+Green+Blue) = 40+16+123=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 123 (48.44% from 255 or 68.72% from 179); Max value from RGB is 123 - color contains mainly: blue. Hex color #28107B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28107B is #D7EF84. Grayscale: #222222. Windows color (decimal): -14151557 or 8065064. OLE color: 8065064.
HSL color Cylindrical-coordinate representation of color #28107B: hue angle of 253.46º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #28107B is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 16 | 123 | - |
| CMYK | 0.67 | 0.87 | 0 | 0.52 |
| HSL | 253.46º | 0.77% | 0.27% | - |
| HSV(B) | 253.46º | 0.87% | 0.48% | - |
| XYZ | 4.64 | 2.25 | 18.93 | - |
| YUV | 35.37 | 177.45 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 16 | 123 | 0.67 | 0.87 | 0 | 0.52 | 253.46 | 0.77 | 0.27 |
| Hex | 28 | 10 | 7B | 43 | 57 | 0 | 34 | FD | 4D | 1B |
| Octal | 50 | 20 | 173 | 103 | 127 | 0 | 64 | 375 | 115 | 33 |
| Binary | 101000 | 10000 | 1111011 | 1000011 | 1010111 | 0 | 110100 | 11111101 | 1001101 | 11011 |
Color Harmonies of #28107B
Complementary color
Monochromatic Colors of #28107B
Black with #28107B
Text Example
Text Example
White with #28107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28107B; }
p { color: rgb(40,16,123); }
H1.HeaderClassName
{
color: #28107B;
}
.AnyTagClassName
{
color: #28107B;
}
</style>
background-color css
<style>
a { background-color: #28107B; }
a { background-color: rgb(40,16,123); }
div.DivClassName
{
background-color: #28107B;
}
.BgClassName
{
background-color: #28107B;
}
</style>
border-color css
<style>
span { border-color: #28107B; }
span { border-color: rgb(40,16,123); }
td.TdClassName
{
border-color: #28107B;
}
.TagClassName
{
border-color: #28107B;
}
</style>