Shades of Persian Indigo #381C71
Tints of Persian Indigo #381C71
RGB
CMYK
RGB Variations
Color information
#381C71 (or 0x381C71) is known color: Persian Indigo. HEX triplet: 38, 1C and 71. RGB value is (56,28,113). Sum of RGB (Red+Green+Blue) = 56+28+113=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 113 (44.53% from 255 or 57.36% from 197); Max value from RGB is 113 - color contains mainly: blue. Hex color #381C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381C71 is #C7E38E. Grayscale: #2D2D2D. Windows color (decimal): -13099919 or 7412792. OLE color: 7412792.
HSL color Cylindrical-coordinate representation of color #381C71: hue angle of 259.76º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #381C71 is Cyan = 0.50, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 28 | 113 | - |
| CMYK | 0.50 | 0.75 | 0 | 0.56 |
| HSL | 259.76º | 0.6% | 0.28% | - |
| HSV(B) | 259.76º | 0.75% | 0.44% | - |
| XYZ | 5.03 | 2.86 | 15.91 | - |
| YUV | 46.06 | 165.78 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 113 | 0.50 | 0.75 | 0 | 0.56 | 259.76 | 0.6 | 0.28 |
| Hex | 38 | 1C | 71 | 32 | 4B | 0 | 38 | 104 | 3C | 1C |
| Octal | 70 | 34 | 161 | 62 | 113 | 0 | 70 | 404 | 74 | 34 |
| Binary | 111000 | 11100 | 1110001 | 110010 | 1001011 | 0 | 111000 | 100000100 | 111100 | 11100 |
Color Harmonies of #381C71
Complementary color
Monochromatic Colors of #381C71
Black with #381C71
Text Example
Text Example
White with #381C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C71; }
p { color: rgb(56,28,113); }
H1.HeaderClassName
{
color: #381C71;
}
.AnyTagClassName
{
color: #381C71;
}
</style>
background-color css
<style>
a { background-color: #381C71; }
a { background-color: rgb(56,28,113); }
div.DivClassName
{
background-color: #381C71;
}
.BgClassName
{
background-color: #381C71;
}
</style>
border-color css
<style>
span { border-color: #381C71; }
span { border-color: rgb(56,28,113); }
td.TdClassName
{
border-color: #381C71;
}
.TagClassName
{
border-color: #381C71;
}
</style>