Shades of Persian Indigo #380E74
Tints of Persian Indigo #380E74
RGB
CMYK
RGB Variations
Color information
#380E74 (or 0x380E74) is known color: Persian Indigo. HEX triplet: 38, 0E and 74. RGB value is (56,14,116). Sum of RGB (Red+Green+Blue) = 56+14+116=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 116 (45.70% from 255 or 62.37% from 186); Max value from RGB is 116 - color contains mainly: blue. Hex color #380E74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380E74 is #C7F18B. Grayscale: #252525. Windows color (decimal): -13103500 or 7605816. OLE color: 7605816.
HSL color Cylindrical-coordinate representation of color #380E74: hue angle of 264.71º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #380E74 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 14 | 116 | - |
| CMYK | 0.52 | 0.88 | 0 | 0.55 |
| HSL | 264.71º | 0.78% | 0.25% | - |
| HSV(B) | 264.71º | 0.88% | 0.45% | - |
| XYZ | 4.94 | 2.42 | 16.73 | - |
| YUV | 38.19 | 171.91 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 116 | 0.52 | 0.88 | 0 | 0.55 | 264.71 | 0.78 | 0.25 |
| Hex | 38 | E | 74 | 34 | 58 | 0 | 37 | 109 | 4E | 19 |
| Octal | 70 | 16 | 164 | 64 | 130 | 0 | 67 | 411 | 116 | 31 |
| Binary | 111000 | 1110 | 1110100 | 110100 | 1011000 | 0 | 110111 | 100001001 | 1001110 | 11001 |
Color Harmonies of #380E74
Complementary color
Monochromatic Colors of #380E74
Black with #380E74
Text Example
Text Example
White with #380E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E74; }
p { color: rgb(56,14,116); }
H1.HeaderClassName
{
color: #380E74;
}
.AnyTagClassName
{
color: #380E74;
}
</style>
background-color css
<style>
a { background-color: #380E74; }
a { background-color: rgb(56,14,116); }
div.DivClassName
{
background-color: #380E74;
}
.BgClassName
{
background-color: #380E74;
}
</style>
border-color css
<style>
span { border-color: #380E74; }
span { border-color: rgb(56,14,116); }
td.TdClassName
{
border-color: #380E74;
}
.TagClassName
{
border-color: #380E74;
}
</style>