Shades of Persian Indigo #38108D
Tints of Persian Indigo #38108D
RGB
CMYK
RGB Variations
Color information
#38108D (or 0x38108D) is known color: Persian Indigo. HEX triplet: 38, 10 and 8D. RGB value is (56,16,141). Sum of RGB (Red+Green+Blue) = 56+16+141=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #38108D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38108D is #C7EF72. Grayscale: #292929. Windows color (decimal): -13102963 or 9244728. OLE color: 9244728.
HSL color Cylindrical-coordinate representation of color #38108D: hue angle of 259.2º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38108D is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 16 | 141 | - |
| CMYK | 0.60 | 0.89 | 0 | 0.45 |
| HSL | 259.2º | 0.8% | 0.31% | - |
| HSV(B) | 259.2º | 0.89% | 0.55% | - |
| XYZ | 6.62 | 3.13 | 25.46 | - |
| YUV | 42.21 | 183.75 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 16 | 141 | 0.60 | 0.89 | 0 | 0.45 | 259.2 | 0.8 | 0.31 |
| Hex | 38 | 10 | 8D | 3C | 59 | 0 | 2D | 103 | 50 | 1F |
| Octal | 70 | 20 | 215 | 74 | 131 | 0 | 55 | 403 | 120 | 37 |
| Binary | 111000 | 10000 | 10001101 | 111100 | 1011001 | 0 | 101101 | 100000011 | 1010000 | 11111 |
Color Harmonies of #38108D
Complementary color
Monochromatic Colors of #38108D
Black with #38108D
Text Example
Text Example
White with #38108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38108D; }
p { color: rgb(56,16,141); }
H1.HeaderClassName
{
color: #38108D;
}
.AnyTagClassName
{
color: #38108D;
}
</style>
background-color css
<style>
a { background-color: #38108D; }
a { background-color: rgb(56,16,141); }
div.DivClassName
{
background-color: #38108D;
}
.BgClassName
{
background-color: #38108D;
}
</style>
border-color css
<style>
span { border-color: #38108D; }
span { border-color: rgb(56,16,141); }
td.TdClassName
{
border-color: #38108D;
}
.TagClassName
{
border-color: #38108D;
}
</style>