Shades of Persian Indigo #38158D
Tints of Persian Indigo #38158D
RGB
CMYK
RGB Variations
Color information
#38158D (or 0x38158D) is known color: Persian Indigo. HEX triplet: 38, 15 and 8D. RGB value is (56,21,141). Sum of RGB (Red+Green+Blue) = 56+21+141=218 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.69% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 141 (55.47% from 255 or 64.68% from 218); Max value from RGB is 141 - color contains mainly: blue. Hex color #38158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38158D is #C7EA72. Grayscale: #2C2C2C. Windows color (decimal): -13101683 or 9246008. OLE color: 9246008.
HSL color Cylindrical-coordinate representation of color #38158D: hue angle of 257.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38158D is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 21 | 141 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.45 |
| HSL | 257.5º | 0.74% | 0.32% | - |
| HSV(B) | 257.5º | 0.85% | 0.55% | - |
| XYZ | 6.71 | 3.3 | 25.48 | - |
| YUV | 45.15 | 182.1 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 21 | 141 | 0.60 | 0.85 | 0 | 0.45 | 257.5 | 0.74 | 0.32 |
| Hex | 38 | 15 | 8D | 3C | 55 | 0 | 2D | 102 | 4A | 20 |
| Octal | 70 | 25 | 215 | 74 | 125 | 0 | 55 | 402 | 112 | 40 |
| Binary | 111000 | 10101 | 10001101 | 111100 | 1010101 | 0 | 101101 | 100000010 | 1001010 | 100000 |
Color Harmonies of #38158D
Complementary color
Monochromatic Colors of #38158D
Black with #38158D
Text Example
Text Example
White with #38158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38158D; }
p { color: rgb(56,21,141); }
H1.HeaderClassName
{
color: #38158D;
}
.AnyTagClassName
{
color: #38158D;
}
</style>
background-color css
<style>
a { background-color: #38158D; }
a { background-color: rgb(56,21,141); }
div.DivClassName
{
background-color: #38158D;
}
.BgClassName
{
background-color: #38158D;
}
</style>
border-color css
<style>
span { border-color: #38158D; }
span { border-color: rgb(56,21,141); }
td.TdClassName
{
border-color: #38158D;
}
.TagClassName
{
border-color: #38158D;
}
</style>