Shades of Persian Indigo #281483
Tints of Persian Indigo #281483
RGB
CMYK
RGB Variations
Color information
#281483 (or 0x281483) is known color: Persian Indigo. HEX triplet: 28, 14 and 83. RGB value is (40,20,131). Sum of RGB (Red+Green+Blue) = 40+20+131=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 20 (8.20% from 255 or 10.47% from 191); Blue value is 131 (51.56% from 255 or 68.59% from 191); Max value from RGB is 131 - color contains mainly: blue. Hex color #281483 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281483 is #D7EB7C. Grayscale: #262626. Windows color (decimal): -14150525 or 8590376. OLE color: 8590376.
HSL color Cylindrical-coordinate representation of color #281483: hue angle of 250.81º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281483 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 40 | 20 | 131 | - |
| CMYK | 0.69 | 0.85 | 0 | 0.49 |
| HSL | 250.81º | 0.74% | 0.3% | - |
| HSV(B) | 250.81º | 0.85% | 0.51% | - |
| XYZ | 5.22 | 2.59 | 21.7 | - |
| YUV | 38.63 | 180.13 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 131 | 0.69 | 0.85 | 0 | 0.49 | 250.81 | 0.74 | 0.3 |
| Hex | 28 | 14 | 83 | 45 | 55 | 0 | 31 | FB | 4A | 1E |
| Octal | 50 | 24 | 203 | 105 | 125 | 0 | 61 | 373 | 112 | 36 |
| Binary | 101000 | 10100 | 10000011 | 1000101 | 1010101 | 0 | 110001 | 11111011 | 1001010 | 11110 |
Color Harmonies of #281483
Complementary color
Monochromatic Colors of #281483
Black with #281483
Text Example
Text Example
White with #281483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281483; }
p { color: rgb(40,20,131); }
H1.HeaderClassName
{
color: #281483;
}
.AnyTagClassName
{
color: #281483;
}
</style>
background-color css
<style>
a { background-color: #281483; }
a { background-color: rgb(40,20,131); }
div.DivClassName
{
background-color: #281483;
}
.BgClassName
{
background-color: #281483;
}
</style>
border-color css
<style>
span { border-color: #281483; }
span { border-color: rgb(40,20,131); }
td.TdClassName
{
border-color: #281483;
}
.TagClassName
{
border-color: #281483;
}
</style>