Shades of Persian Indigo #281A75
Tints of Persian Indigo #281A75
RGB
CMYK
RGB Variations
Color information
#281A75 (or 0x281A75) is known color: Persian Indigo. HEX triplet: 28, 1A and 75. RGB value is (40,26,117). Sum of RGB (Red+Green+Blue) = 40+26+117=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 117 (46.09% from 255 or 63.93% from 183); Max value from RGB is 117 - color contains mainly: blue. Hex color #281A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281A75 is #D7E58A. Grayscale: #282828. Windows color (decimal): -14149003 or 7674408. OLE color: 7674408.
HSL color Cylindrical-coordinate representation of color #281A75: hue angle of 249.23º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #281A75 is Cyan = 0.66, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 40 | 26 | 117 | - |
| CMYK | 0.66 | 0.78 | 0 | 0.54 |
| HSL | 249.23º | 0.64% | 0.28% | - |
| HSV(B) | 249.23º | 0.78% | 0.46% | - |
| XYZ | 4.46 | 2.47 | 17.07 | - |
| YUV | 40.56 | 171.14 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 117 | 0.66 | 0.78 | 0 | 0.54 | 249.23 | 0.64 | 0.28 |
| Hex | 28 | 1A | 75 | 42 | 4E | 0 | 36 | F9 | 40 | 1C |
| Octal | 50 | 32 | 165 | 102 | 116 | 0 | 66 | 371 | 100 | 34 |
| Binary | 101000 | 11010 | 1110101 | 1000010 | 1001110 | 0 | 110110 | 11111001 | 1000000 | 11100 |
Color Harmonies of #281A75
Complementary color
Monochromatic Colors of #281A75
Black with #281A75
Text Example
Text Example
White with #281A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A75; }
p { color: rgb(40,26,117); }
H1.HeaderClassName
{
color: #281A75;
}
.AnyTagClassName
{
color: #281A75;
}
</style>
background-color css
<style>
a { background-color: #281A75; }
a { background-color: rgb(40,26,117); }
div.DivClassName
{
background-color: #281A75;
}
.BgClassName
{
background-color: #281A75;
}
</style>
border-color css
<style>
span { border-color: #281A75; }
span { border-color: rgb(40,26,117); }
td.TdClassName
{
border-color: #281A75;
}
.TagClassName
{
border-color: #281A75;
}
</style>