Shades of Persian Indigo #381F90
Tints of Persian Indigo #381F90
RGB
CMYK
RGB Variations
Color information
#381F90 (or 0x381F90) is known color: Persian Indigo. HEX triplet: 38, 1F and 90. RGB value is (56,31,144). Sum of RGB (Red+Green+Blue) = 56+31+144=231 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.24% from 231); Green value is 31 (12.5% from 255 or 13.42% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #381F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381F90 is #C7E06F. Grayscale: #323232. Windows color (decimal): -13099120 or 9445176. OLE color: 9445176.
HSL color Cylindrical-coordinate representation of color #381F90: hue angle of 253.27º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #381F90 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 31 | 144 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.44 |
| HSL | 253.27º | 0.65% | 0.34% | - |
| HSV(B) | 253.27º | 0.78% | 0.56% | - |
| XYZ | 7.15 | 3.83 | 26.75 | - |
| YUV | 51.36 | 180.28 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 31 | 144 | 0.61 | 0.78 | 0 | 0.44 | 253.27 | 0.65 | 0.34 |
| Hex | 38 | 1F | 90 | 3D | 4E | 0 | 2C | FD | 41 | 22 |
| Octal | 70 | 37 | 220 | 75 | 116 | 0 | 54 | 375 | 101 | 42 |
| Binary | 111000 | 11111 | 10010000 | 111101 | 1001110 | 0 | 101100 | 11111101 | 1000001 | 100010 |
Color Harmonies of #381F90
Complementary color
Monochromatic Colors of #381F90
Black with #381F90
Text Example
Text Example
White with #381F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381F90; }
p { color: rgb(56,31,144); }
H1.HeaderClassName
{
color: #381F90;
}
.AnyTagClassName
{
color: #381F90;
}
</style>
background-color css
<style>
a { background-color: #381F90; }
a { background-color: rgb(56,31,144); }
div.DivClassName
{
background-color: #381F90;
}
.BgClassName
{
background-color: #381F90;
}
</style>
border-color css
<style>
span { border-color: #381F90; }
span { border-color: rgb(56,31,144); }
td.TdClassName
{
border-color: #381F90;
}
.TagClassName
{
border-color: #381F90;
}
</style>