Shades of Persian Indigo #381C93
Tints of Persian Indigo #381C93
RGB
CMYK
RGB Variations
Color information
#381C93 (or 0x381C93) is known color: Persian Indigo. HEX triplet: 38, 1C and 93. RGB value is (56,28,147). Sum of RGB (Red+Green+Blue) = 56+28+147=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 147 (57.81% from 255 or 63.64% from 231); Max value from RGB is 147 - color contains mainly: blue. Hex color #381C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381C93 is #C7E36C. Grayscale: #313131. Windows color (decimal): -13099885 or 9641016. OLE color: 9641016.
HSL color Cylindrical-coordinate representation of color #381C93: hue angle of 254.12º degrees, saturation: 0.68, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #381C93 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 28 | 147 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.42 |
| HSL | 254.12º | 0.68% | 0.34% | - |
| HSV(B) | 254.12º | 0.81% | 0.58% | - |
| XYZ | 7.31 | 3.78 | 27.95 | - |
| YUV | 49.94 | 182.78 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 147 | 0.62 | 0.81 | 0 | 0.42 | 254.12 | 0.68 | 0.34 |
| Hex | 38 | 1C | 93 | 3E | 51 | 0 | 2A | FE | 44 | 22 |
| Octal | 70 | 34 | 223 | 76 | 121 | 0 | 52 | 376 | 104 | 42 |
| Binary | 111000 | 11100 | 10010011 | 111110 | 1010001 | 0 | 101010 | 11111110 | 1000100 | 100010 |
Color Harmonies of #381C93
Complementary color
Monochromatic Colors of #381C93
Black with #381C93
Text Example
Text Example
White with #381C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C93; }
p { color: rgb(56,28,147); }
H1.HeaderClassName
{
color: #381C93;
}
.AnyTagClassName
{
color: #381C93;
}
</style>
background-color css
<style>
a { background-color: #381C93; }
a { background-color: rgb(56,28,147); }
div.DivClassName
{
background-color: #381C93;
}
.BgClassName
{
background-color: #381C93;
}
</style>
border-color css
<style>
span { border-color: #381C93; }
span { border-color: rgb(56,28,147); }
td.TdClassName
{
border-color: #381C93;
}
.TagClassName
{
border-color: #381C93;
}
</style>