Shades of Persian Indigo #28187B
Tints of Persian Indigo #28187B
RGB
CMYK
RGB Variations
Color information
#28187B (or 0x28187B) is known color: Persian Indigo. HEX triplet: 28, 18 and 7B. RGB value is (40,24,123). Sum of RGB (Red+Green+Blue) = 40+24+123=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 123 (48.44% from 255 or 65.78% from 187); Max value from RGB is 123 - color contains mainly: blue. Hex color #28187B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28187B is #D7E784. Grayscale: #272727. Windows color (decimal): -14149509 or 8067112. OLE color: 8067112.
HSL color Cylindrical-coordinate representation of color #28187B: hue angle of 249.7º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28187B is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 40 | 24 | 123 | - |
| CMYK | 0.67 | 0.80 | 0 | 0.52 |
| HSL | 249.7º | 0.67% | 0.29% | - |
| HSV(B) | 249.7º | 0.8% | 0.48% | - |
| XYZ | 4.78 | 2.53 | 18.98 | - |
| YUV | 40.07 | 174.8 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 123 | 0.67 | 0.80 | 0 | 0.52 | 249.7 | 0.67 | 0.29 |
| Hex | 28 | 18 | 7B | 43 | 50 | 0 | 34 | FA | 43 | 1D |
| Octal | 50 | 30 | 173 | 103 | 120 | 0 | 64 | 372 | 103 | 35 |
| Binary | 101000 | 11000 | 1111011 | 1000011 | 1010000 | 0 | 110100 | 11111010 | 1000011 | 11101 |
Color Harmonies of #28187B
Complementary color
Monochromatic Colors of #28187B
Black with #28187B
Text Example
Text Example
White with #28187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28187B; }
p { color: rgb(40,24,123); }
H1.HeaderClassName
{
color: #28187B;
}
.AnyTagClassName
{
color: #28187B;
}
</style>
background-color css
<style>
a { background-color: #28187B; }
a { background-color: rgb(40,24,123); }
div.DivClassName
{
background-color: #28187B;
}
.BgClassName
{
background-color: #28187B;
}
</style>
border-color css
<style>
span { border-color: #28187B; }
span { border-color: rgb(40,24,123); }
td.TdClassName
{
border-color: #28187B;
}
.TagClassName
{
border-color: #28187B;
}
</style>