Shades of Persian Indigo #281C8A
Tints of Persian Indigo #281C8A
RGB
CMYK
RGB Variations
Color information
#281C8A (or 0x281C8A) is known color: Persian Indigo. HEX triplet: 28, 1C and 8A. RGB value is (40,28,138). Sum of RGB (Red+Green+Blue) = 40+28+138=206 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.42% from 206); Green value is 28 (11.33% from 255 or 13.59% from 206); Blue value is 138 (54.30% from 255 or 66.99% from 206); Max value from RGB is 138 - color contains mainly: blue. Hex color #281C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #281C8A is #D7E375. Grayscale: #2B2B2B. Windows color (decimal): -14148470 or 9051176. OLE color: 9051176.
HSL color Cylindrical-coordinate representation of color #281C8A: hue angle of 246.55º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #281C8A is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 40 | 28 | 138 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.46 |
| HSL | 246.55º | 0.66% | 0.33% | - |
| HSV(B) | 246.55º | 0.8% | 0.54% | - |
| XYZ | 5.88 | 3.12 | 24.34 | - |
| YUV | 44.13 | 180.98 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 28 | 138 | 0.71 | 0.80 | 0 | 0.46 | 246.55 | 0.66 | 0.33 |
| Hex | 28 | 1C | 8A | 47 | 50 | 0 | 2E | F7 | 42 | 21 |
| Octal | 50 | 34 | 212 | 107 | 120 | 0 | 56 | 367 | 102 | 41 |
| Binary | 101000 | 11100 | 10001010 | 1000111 | 1010000 | 0 | 101110 | 11110111 | 1000010 | 100001 |
Color Harmonies of #281C8A
Complementary color
Monochromatic Colors of #281C8A
Black with #281C8A
Text Example
Text Example
White with #281C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281C8A; }
p { color: rgb(40,28,138); }
H1.HeaderClassName
{
color: #281C8A;
}
.AnyTagClassName
{
color: #281C8A;
}
</style>
background-color css
<style>
a { background-color: #281C8A; }
a { background-color: rgb(40,28,138); }
div.DivClassName
{
background-color: #281C8A;
}
.BgClassName
{
background-color: #281C8A;
}
</style>
border-color css
<style>
span { border-color: #281C8A; }
span { border-color: rgb(40,28,138); }
td.TdClassName
{
border-color: #281C8A;
}
.TagClassName
{
border-color: #281C8A;
}
</style>