Shades of Persian Indigo #381B70
Tints of Persian Indigo #381B70
RGB
CMYK
RGB Variations
Color information
#381B70 (or 0x381B70) is known color: Persian Indigo. HEX triplet: 38, 1B and 70. RGB value is (56,27,112). Sum of RGB (Red+Green+Blue) = 56+27+112=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #381B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #381B70 is #C7E48F. Grayscale: #2D2D2D. Windows color (decimal): -13100176 or 7347000. OLE color: 7347000.
HSL color Cylindrical-coordinate representation of color #381B70: hue angle of 260.47º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #381B70 is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 27 | 112 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.56 |
| HSL | 260.47º | 0.61% | 0.27% | - |
| HSV(B) | 260.47º | 0.76% | 0.44% | - |
| XYZ | 4.95 | 2.79 | 15.61 | - |
| YUV | 45.36 | 165.61 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 112 | 0.50 | 0.76 | 0 | 0.56 | 260.47 | 0.61 | 0.27 |
| Hex | 38 | 1B | 70 | 32 | 4C | 0 | 38 | 104 | 3D | 1B |
| Octal | 70 | 33 | 160 | 62 | 114 | 0 | 70 | 404 | 75 | 33 |
| Binary | 111000 | 11011 | 1110000 | 110010 | 1001100 | 0 | 111000 | 100000100 | 111101 | 11011 |
Color Harmonies of #381B70
Complementary color
Monochromatic Colors of #381B70
Black with #381B70
Text Example
Text Example
White with #381B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B70; }
p { color: rgb(56,27,112); }
H1.HeaderClassName
{
color: #381B70;
}
.AnyTagClassName
{
color: #381B70;
}
</style>
background-color css
<style>
a { background-color: #381B70; }
a { background-color: rgb(56,27,112); }
div.DivClassName
{
background-color: #381B70;
}
.BgClassName
{
background-color: #381B70;
}
</style>
border-color css
<style>
span { border-color: #381B70; }
span { border-color: rgb(56,27,112); }
td.TdClassName
{
border-color: #381B70;
}
.TagClassName
{
border-color: #381B70;
}
</style>