Shades of Persian Indigo #281A7C
Tints of Persian Indigo #281A7C
RGB
CMYK
RGB Variations
Color information
#281A7C (or 0x281A7C) is known color: Persian Indigo. HEX triplet: 28, 1A and 7C. RGB value is (40,26,124). Sum of RGB (Red+Green+Blue) = 40+26+124=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 26 (10.55% from 255 or 13.68% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #281A7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281A7C is #D7E583. Grayscale: #282828. Windows color (decimal): -14148996 or 8133160. OLE color: 8133160.
HSL color Cylindrical-coordinate representation of color #281A7C: hue angle of 248.57º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #281A7C is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 40 | 26 | 124 | - |
| CMYK | 0.68 | 0.79 | 0 | 0.51 |
| HSL | 248.57º | 0.65% | 0.29% | - |
| HSV(B) | 248.57º | 0.79% | 0.49% | - |
| XYZ | 4.88 | 2.65 | 19.32 | - |
| YUV | 41.36 | 174.64 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 26 | 124 | 0.68 | 0.79 | 0 | 0.51 | 248.57 | 0.65 | 0.29 |
| Hex | 28 | 1A | 7C | 44 | 4F | 0 | 33 | F9 | 41 | 1D |
| Octal | 50 | 32 | 174 | 104 | 117 | 0 | 63 | 371 | 101 | 35 |
| Binary | 101000 | 11010 | 1111100 | 1000100 | 1001111 | 0 | 110011 | 11111001 | 1000001 | 11101 |
Color Harmonies of #281A7C
Complementary color
Monochromatic Colors of #281A7C
Black with #281A7C
Text Example
Text Example
White with #281A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281A7C; }
p { color: rgb(40,26,124); }
H1.HeaderClassName
{
color: #281A7C;
}
.AnyTagClassName
{
color: #281A7C;
}
</style>
background-color css
<style>
a { background-color: #281A7C; }
a { background-color: rgb(40,26,124); }
div.DivClassName
{
background-color: #281A7C;
}
.BgClassName
{
background-color: #281A7C;
}
</style>
border-color css
<style>
span { border-color: #281A7C; }
span { border-color: rgb(40,26,124); }
td.TdClassName
{
border-color: #281A7C;
}
.TagClassName
{
border-color: #281A7C;
}
</style>