Shades of Persian Indigo #281883
Tints of Persian Indigo #281883
RGB
CMYK
RGB Variations
Color information
#281883 (or 0x281883) is known color: Persian Indigo. HEX triplet: 28, 18 and 83. RGB value is (40,24,131). Sum of RGB (Red+Green+Blue) = 40+24+131=195 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.51% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 131 (51.56% from 255 or 67.18% from 195); Max value from RGB is 131 - color contains mainly: blue. Hex color #281883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281883 is #D7E77C. Grayscale: #282828. Windows color (decimal): -14149501 or 8591400. OLE color: 8591400.
HSL color Cylindrical-coordinate representation of color #281883: hue angle of 248.97º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #281883 is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 24 | 131 | - |
| CMYK | 0.69 | 0.82 | 0 | 0.49 |
| HSL | 248.97º | 0.69% | 0.3% | - |
| HSV(B) | 248.97º | 0.82% | 0.51% | - |
| XYZ | 5.3 | 2.74 | 21.72 | - |
| YUV | 40.98 | 178.8 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 131 | 0.69 | 0.82 | 0 | 0.49 | 248.97 | 0.69 | 0.3 |
| Hex | 28 | 18 | 83 | 45 | 52 | 0 | 31 | F9 | 45 | 1E |
| Octal | 50 | 30 | 203 | 105 | 122 | 0 | 61 | 371 | 105 | 36 |
| Binary | 101000 | 11000 | 10000011 | 1000101 | 1010010 | 0 | 110001 | 11111001 | 1000101 | 11110 |
Color Harmonies of #281883
Complementary color
Monochromatic Colors of #281883
Black with #281883
Text Example
Text Example
White with #281883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281883; }
p { color: rgb(40,24,131); }
H1.HeaderClassName
{
color: #281883;
}
.AnyTagClassName
{
color: #281883;
}
</style>
background-color css
<style>
a { background-color: #281883; }
a { background-color: rgb(40,24,131); }
div.DivClassName
{
background-color: #281883;
}
.BgClassName
{
background-color: #281883;
}
</style>
border-color css
<style>
span { border-color: #281883; }
span { border-color: rgb(40,24,131); }
td.TdClassName
{
border-color: #281883;
}
.TagClassName
{
border-color: #281883;
}
</style>