Shades of Persian Indigo #281B77
Tints of Persian Indigo #281B77
RGB
CMYK
RGB Variations
Color information
#281B77 (or 0x281B77) is known color: Persian Indigo. HEX triplet: 28, 1B and 77. RGB value is (40,27,119). Sum of RGB (Red+Green+Blue) = 40+27+119=186 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.51% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #281B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281B77 is #D7E488. Grayscale: #292929. Windows color (decimal): -14148745 or 7805736. OLE color: 7805736.
HSL color Cylindrical-coordinate representation of color #281B77: hue angle of 248.48º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #281B77 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 40 | 27 | 119 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.53 |
| HSL | 248.48º | 0.63% | 0.29% | - |
| HSV(B) | 248.48º | 0.77% | 0.47% | - |
| XYZ | 4.6 | 2.57 | 17.71 | - |
| YUV | 41.38 | 171.81 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 27 | 119 | 0.66 | 0.77 | 0 | 0.53 | 248.48 | 0.63 | 0.29 |
| Hex | 28 | 1B | 77 | 42 | 4D | 0 | 35 | F8 | 3F | 1D |
| Octal | 50 | 33 | 167 | 102 | 115 | 0 | 65 | 370 | 77 | 35 |
| Binary | 101000 | 11011 | 1110111 | 1000010 | 1001101 | 0 | 110101 | 11111000 | 111111 | 11101 |
Color Harmonies of #281B77
Complementary color
Monochromatic Colors of #281B77
Black with #281B77
Text Example
Text Example
White with #281B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281B77; }
p { color: rgb(40,27,119); }
H1.HeaderClassName
{
color: #281B77;
}
.AnyTagClassName
{
color: #281B77;
}
</style>
background-color css
<style>
a { background-color: #281B77; }
a { background-color: rgb(40,27,119); }
div.DivClassName
{
background-color: #281B77;
}
.BgClassName
{
background-color: #281B77;
}
</style>
border-color css
<style>
span { border-color: #281B77; }
span { border-color: rgb(40,27,119); }
td.TdClassName
{
border-color: #281B77;
}
.TagClassName
{
border-color: #281B77;
}
</style>