Shades of Persian Indigo #281474
Tints of Persian Indigo #281474
RGB
CMYK
RGB Variations
Color information
#281474 (or 0x281474) is known color: Persian Indigo. HEX triplet: 28, 14 and 74. RGB value is (40,20,116). Sum of RGB (Red+Green+Blue) = 40+20+116=176 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.73% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 116 (45.70% from 255 or 65.91% from 176); Max value from RGB is 116 - color contains mainly: blue. Hex color #281474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281474 is #D7EB8B. Grayscale: #242424. Windows color (decimal): -14150540 or 7607336. OLE color: 7607336.
HSL color Cylindrical-coordinate representation of color #281474: hue angle of 252.5º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #281474 is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 40 | 20 | 116 | - |
| CMYK | 0.66 | 0.83 | 0 | 0.55 |
| HSL | 252.5º | 0.71% | 0.27% | - |
| HSV(B) | 252.5º | 0.83% | 0.45% | - |
| XYZ | 4.28 | 2.21 | 16.72 | - |
| YUV | 36.92 | 172.63 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 20 | 116 | 0.66 | 0.83 | 0 | 0.55 | 252.5 | 0.71 | 0.27 |
| Hex | 28 | 14 | 74 | 42 | 53 | 0 | 37 | FD | 47 | 1B |
| Octal | 50 | 24 | 164 | 102 | 123 | 0 | 67 | 375 | 107 | 33 |
| Binary | 101000 | 10100 | 1110100 | 1000010 | 1010011 | 0 | 110111 | 11111101 | 1000111 | 11011 |
Color Harmonies of #281474
Complementary color
Monochromatic Colors of #281474
Black with #281474
Text Example
Text Example
White with #281474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281474; }
p { color: rgb(40,20,116); }
H1.HeaderClassName
{
color: #281474;
}
.AnyTagClassName
{
color: #281474;
}
</style>
background-color css
<style>
a { background-color: #281474; }
a { background-color: rgb(40,20,116); }
div.DivClassName
{
background-color: #281474;
}
.BgClassName
{
background-color: #281474;
}
</style>
border-color css
<style>
span { border-color: #281474; }
span { border-color: rgb(40,20,116); }
td.TdClassName
{
border-color: #281474;
}
.TagClassName
{
border-color: #281474;
}
</style>