Shades of Persian Indigo #381C8B
Tints of Persian Indigo #381C8B
RGB
CMYK
RGB Variations
Color information
#381C8B (or 0x381C8B) is known color: Persian Indigo. HEX triplet: 38, 1C and 8B. RGB value is (56,28,139). Sum of RGB (Red+Green+Blue) = 56+28+139=223 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.11% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 139 (54.69% from 255 or 62.33% from 223); Max value from RGB is 139 - color contains mainly: blue. Hex color #381C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381C8B is #C7E374. Grayscale: #303030. Windows color (decimal): -13099893 or 9116728. OLE color: 9116728.
HSL color Cylindrical-coordinate representation of color #381C8B: hue angle of 255.14º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #381C8B is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 28 | 139 | - |
| CMYK | 0.60 | 0.80 | 0 | 0.45 |
| HSL | 255.14º | 0.66% | 0.33% | - |
| HSV(B) | 255.14º | 0.8% | 0.55% | - |
| XYZ | 6.71 | 3.54 | 24.76 | - |
| YUV | 49.03 | 178.78 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 139 | 0.60 | 0.80 | 0 | 0.45 | 255.14 | 0.66 | 0.33 |
| Hex | 38 | 1C | 8B | 3C | 50 | 0 | 2D | FF | 42 | 21 |
| Octal | 70 | 34 | 213 | 74 | 120 | 0 | 55 | 377 | 102 | 41 |
| Binary | 111000 | 11100 | 10001011 | 111100 | 1010000 | 0 | 101101 | 11111111 | 1000010 | 100001 |
Color Harmonies of #381C8B
Complementary color
Monochromatic Colors of #381C8B
Black with #381C8B
Text Example
Text Example
White with #381C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C8B; }
p { color: rgb(56,28,139); }
H1.HeaderClassName
{
color: #381C8B;
}
.AnyTagClassName
{
color: #381C8B;
}
</style>
background-color css
<style>
a { background-color: #381C8B; }
a { background-color: rgb(56,28,139); }
div.DivClassName
{
background-color: #381C8B;
}
.BgClassName
{
background-color: #381C8B;
}
</style>
border-color css
<style>
span { border-color: #381C8B; }
span { border-color: rgb(56,28,139); }
td.TdClassName
{
border-color: #381C8B;
}
.TagClassName
{
border-color: #381C8B;
}
</style>