Shades of Persian Indigo #281985
Tints of Persian Indigo #281985
RGB
CMYK
RGB Variations
Color information
#281985 (or 0x281985) is known color: Persian Indigo. HEX triplet: 28, 19 and 85. RGB value is (40,25,133). Sum of RGB (Red+Green+Blue) = 40+25+133=198 (26% of max value = 765). Red value is 40 (16.02% from 255 or 20.20% from 198); Green value is 25 (10.16% from 255 or 12.63% from 198); Blue value is 133 (52.34% from 255 or 67.17% from 198); Max value from RGB is 133 - color contains mainly: blue. Hex color #281985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281985 is #D7E67A. Grayscale: #292929. Windows color (decimal): -14149243 or 8722728. OLE color: 8722728.
HSL color Cylindrical-coordinate representation of color #281985: hue angle of 248.33º 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 #281985 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 40 | 25 | 133 | - |
| CMYK | 0.70 | 0.81 | 0 | 0.48 |
| HSL | 248.33º | 0.68% | 0.31% | - |
| HSV(B) | 248.33º | 0.81% | 0.52% | - |
| XYZ | 5.46 | 2.84 | 22.45 | - |
| YUV | 41.8 | 179.47 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 25 | 133 | 0.70 | 0.81 | 0 | 0.48 | 248.33 | 0.68 | 0.31 |
| Hex | 28 | 19 | 85 | 46 | 51 | 0 | 30 | F8 | 44 | 1F |
| Octal | 50 | 31 | 205 | 106 | 121 | 0 | 60 | 370 | 104 | 37 |
| Binary | 101000 | 11001 | 10000101 | 1000110 | 1010001 | 0 | 110000 | 11111000 | 1000100 | 11111 |
Color Harmonies of #281985
Complementary color
Monochromatic Colors of #281985
Black with #281985
Text Example
Text Example
White with #281985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281985; }
p { color: rgb(40,25,133); }
H1.HeaderClassName
{
color: #281985;
}
.AnyTagClassName
{
color: #281985;
}
</style>
background-color css
<style>
a { background-color: #281985; }
a { background-color: rgb(40,25,133); }
div.DivClassName
{
background-color: #281985;
}
.BgClassName
{
background-color: #281985;
}
</style>
border-color css
<style>
span { border-color: #281985; }
span { border-color: rgb(40,25,133); }
td.TdClassName
{
border-color: #281985;
}
.TagClassName
{
border-color: #281985;
}
</style>