Shades of Persian Indigo #381C8D
Tints of Persian Indigo #381C8D
RGB
CMYK
RGB Variations
Color information
#381C8D (or 0x381C8D) is known color: Persian Indigo. HEX triplet: 38, 1C and 8D. RGB value is (56,28,141). Sum of RGB (Red+Green+Blue) = 56+28+141=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 141 (55.47% from 255 or 62.67% from 225); Max value from RGB is 141 - color contains mainly: blue. Hex color #381C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381C8D is #C7E372. Grayscale: #303030. Windows color (decimal): -13099891 or 9247800. OLE color: 9247800.
HSL color Cylindrical-coordinate representation of color #381C8D: hue angle of 254.87º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #381C8D is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 28 | 141 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.45 |
| HSL | 254.87º | 0.67% | 0.33% | - |
| HSV(B) | 254.87º | 0.8% | 0.55% | - |
| XYZ | 6.85 | 3.59 | 25.53 | - |
| YUV | 49.25 | 179.78 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 141 | 0.60 | 0.80 | 0 | 0.45 | 254.87 | 0.67 | 0.33 |
| Hex | 38 | 1C | 8D | 3C | 50 | 0 | 2D | FF | 43 | 21 |
| Octal | 70 | 34 | 215 | 74 | 120 | 0 | 55 | 377 | 103 | 41 |
| Binary | 111000 | 11100 | 10001101 | 111100 | 1010000 | 0 | 101101 | 11111111 | 1000011 | 100001 |
Color Harmonies of #381C8D
Complementary color
Monochromatic Colors of #381C8D
Black with #381C8D
Text Example
Text Example
White with #381C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C8D; }
p { color: rgb(56,28,141); }
H1.HeaderClassName
{
color: #381C8D;
}
.AnyTagClassName
{
color: #381C8D;
}
</style>
background-color css
<style>
a { background-color: #381C8D; }
a { background-color: rgb(56,28,141); }
div.DivClassName
{
background-color: #381C8D;
}
.BgClassName
{
background-color: #381C8D;
}
</style>
border-color css
<style>
span { border-color: #381C8D; }
span { border-color: rgb(56,28,141); }
td.TdClassName
{
border-color: #381C8D;
}
.TagClassName
{
border-color: #381C8D;
}
</style>