Shades of Persian Indigo #380D72
Tints of Persian Indigo #380D72
RGB
CMYK
RGB Variations
Color information
#380D72 (or 0x380D72) is known color: Persian Indigo. HEX triplet: 38, 0D and 72. RGB value is (56,13,114). Sum of RGB (Red+Green+Blue) = 56+13+114=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #380D72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380D72 is #C7F28D. Grayscale: #252525. Windows color (decimal): -13103758 or 7474488. OLE color: 7474488.
HSL color Cylindrical-coordinate representation of color #380D72: hue angle of 265.54º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #380D72 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 13 | 114 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.55 |
| HSL | 265.54º | 0.8% | 0.25% | - |
| HSV(B) | 265.54º | 0.89% | 0.45% | - |
| XYZ | 4.81 | 2.34 | 16.12 | - |
| YUV | 37.37 | 171.25 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 114 | 0.51 | 0.89 | 0 | 0.55 | 265.54 | 0.8 | 0.25 |
| Hex | 38 | D | 72 | 33 | 59 | 0 | 37 | 10A | 50 | 19 |
| Octal | 70 | 15 | 162 | 63 | 131 | 0 | 67 | 412 | 120 | 31 |
| Binary | 111000 | 1101 | 1110010 | 110011 | 1011001 | 0 | 110111 | 100001010 | 1010000 | 11001 |
Color Harmonies of #380D72
Complementary color
Monochromatic Colors of #380D72
Black with #380D72
Text Example
Text Example
White with #380D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380D72; }
p { color: rgb(56,13,114); }
H1.HeaderClassName
{
color: #380D72;
}
.AnyTagClassName
{
color: #380D72;
}
</style>
background-color css
<style>
a { background-color: #380D72; }
a { background-color: rgb(56,13,114); }
div.DivClassName
{
background-color: #380D72;
}
.BgClassName
{
background-color: #380D72;
}
</style>
border-color css
<style>
span { border-color: #380D72; }
span { border-color: rgb(56,13,114); }
td.TdClassName
{
border-color: #380D72;
}
.TagClassName
{
border-color: #380D72;
}
</style>