Shades of Persian Indigo #381A71
Tints of Persian Indigo #381A71
RGB
CMYK
RGB Variations
Color information
#381A71 (or 0x381A71) is known color: Persian Indigo. HEX triplet: 38, 1A and 71. RGB value is (56,26,113). Sum of RGB (Red+Green+Blue) = 56+26+113=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #381A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381A71 is #C7E58E. Grayscale: #2C2C2C. Windows color (decimal): -13100431 or 7412280. OLE color: 7412280.
HSL color Cylindrical-coordinate representation of color #381A71: hue angle of 260.69º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #381A71 is Cyan = 0.50, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 26 | 113 | - |
| CMYK | 0.50 | 0.77 | 0 | 0.56 |
| HSL | 260.69º | 0.63% | 0.27% | - |
| HSV(B) | 260.69º | 0.77% | 0.44% | - |
| XYZ | 4.98 | 2.77 | 15.9 | - |
| YUV | 44.89 | 166.44 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 113 | 0.50 | 0.77 | 0 | 0.56 | 260.69 | 0.63 | 0.27 |
| Hex | 38 | 1A | 71 | 32 | 4D | 0 | 38 | 105 | 3F | 1B |
| Octal | 70 | 32 | 161 | 62 | 115 | 0 | 70 | 405 | 77 | 33 |
| Binary | 111000 | 11010 | 1110001 | 110010 | 1001101 | 0 | 111000 | 100000101 | 111111 | 11011 |
Color Harmonies of #381A71
Complementary color
Monochromatic Colors of #381A71
Black with #381A71
Text Example
Text Example
White with #381A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A71; }
p { color: rgb(56,26,113); }
H1.HeaderClassName
{
color: #381A71;
}
.AnyTagClassName
{
color: #381A71;
}
</style>
background-color css
<style>
a { background-color: #381A71; }
a { background-color: rgb(56,26,113); }
div.DivClassName
{
background-color: #381A71;
}
.BgClassName
{
background-color: #381A71;
}
</style>
border-color css
<style>
span { border-color: #381A71; }
span { border-color: rgb(56,26,113); }
td.TdClassName
{
border-color: #381A71;
}
.TagClassName
{
border-color: #381A71;
}
</style>