Shades of Persian Indigo #281984
Tints of Persian Indigo #281984
RGB
CMYK
RGB Variations
Color information
#281984 (or 0x281984) is known color: Persian Indigo. HEX triplet: 28, 19 and 84. RGB value is (40,25,132). Sum of RGB (Red+Green+Blue) = 40+25+132=197 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.30% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 132 (51.95% from 255 or 67.01% from 197); Max value from RGB is 132 - color contains mainly: blue. Hex color #281984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281984 is #D7E67B. Grayscale: #292929. Windows color (decimal): -14149244 or 8657192. OLE color: 8657192.
HSL color Cylindrical-coordinate representation of color #281984: hue angle of 248.41º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #281984 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 25 | 132 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.48 |
| HSL | 248.41º | 0.68% | 0.31% | - |
| HSV(B) | 248.41º | 0.81% | 0.52% | - |
| XYZ | 5.39 | 2.81 | 22.09 | - |
| YUV | 41.68 | 178.97 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 132 | 0.70 | 0.81 | 0 | 0.48 | 248.41 | 0.68 | 0.31 |
| Hex | 28 | 19 | 84 | 46 | 51 | 0 | 30 | F8 | 44 | 1F |
| Octal | 50 | 31 | 204 | 106 | 121 | 0 | 60 | 370 | 104 | 37 |
| Binary | 101000 | 11001 | 10000100 | 1000110 | 1010001 | 0 | 110000 | 11111000 | 1000100 | 11111 |
Color Harmonies of #281984
Complementary color
Monochromatic Colors of #281984
Black with #281984
Text Example
Text Example
White with #281984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281984; }
p { color: rgb(40,25,132); }
H1.HeaderClassName
{
color: #281984;
}
.AnyTagClassName
{
color: #281984;
}
</style>
background-color css
<style>
a { background-color: #281984; }
a { background-color: rgb(40,25,132); }
div.DivClassName
{
background-color: #281984;
}
.BgClassName
{
background-color: #281984;
}
</style>
border-color css
<style>
span { border-color: #281984; }
span { border-color: rgb(40,25,132); }
td.TdClassName
{
border-color: #281984;
}
.TagClassName
{
border-color: #281984;
}
</style>