Shades of Persian Indigo #381C9D
Tints of Persian Indigo #381C9D
RGB
CMYK
RGB Variations
Color information
#381C9D (or 0x381C9D) is known color: Persian Indigo. HEX triplet: 38, 1C and 9D. RGB value is (56,28,157). Sum of RGB (Red+Green+Blue) = 56+28+157=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #381C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381C9D is #C7E362. Grayscale: #323232. Windows color (decimal): -13099875 or 10296376. OLE color: 10296376.
HSL color Cylindrical-coordinate representation of color #381C9D: hue angle of 253.02º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #381C9D is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 28 | 157 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.38 |
| HSL | 253.02º | 0.7% | 0.36% | - |
| HSV(B) | 253.02º | 0.82% | 0.62% | - |
| XYZ | 8.13 | 4.11 | 32.26 | - |
| YUV | 51.08 | 187.78 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 157 | 0.64 | 0.82 | 0 | 0.38 | 253.02 | 0.7 | 0.36 |
| Hex | 38 | 1C | 9D | 40 | 52 | 0 | 26 | FD | 46 | 24 |
| Octal | 70 | 34 | 235 | 100 | 122 | 0 | 46 | 375 | 106 | 44 |
| Binary | 111000 | 11100 | 10011101 | 1000000 | 1010010 | 0 | 100110 | 11111101 | 1000110 | 100100 |
Color Harmonies of #381C9D
Complementary color
Monochromatic Colors of #381C9D
Black with #381C9D
Text Example
Text Example
White with #381C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C9D; }
p { color: rgb(56,28,157); }
H1.HeaderClassName
{
color: #381C9D;
}
.AnyTagClassName
{
color: #381C9D;
}
</style>
background-color css
<style>
a { background-color: #381C9D; }
a { background-color: rgb(56,28,157); }
div.DivClassName
{
background-color: #381C9D;
}
.BgClassName
{
background-color: #381C9D;
}
</style>
border-color css
<style>
span { border-color: #381C9D; }
span { border-color: rgb(56,28,157); }
td.TdClassName
{
border-color: #381C9D;
}
.TagClassName
{
border-color: #381C9D;
}
</style>