Shades of Persian Indigo #380D73
Tints of Persian Indigo #380D73
RGB
CMYK
RGB Variations
Color information
#380D73 (or 0x380D73) is known color: Persian Indigo. HEX triplet: 38, 0D and 73. RGB value is (56,13,115). Sum of RGB (Red+Green+Blue) = 56+13+115=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #380D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380D73 is #C7F28C. Grayscale: #252525. Windows color (decimal): -13103757 or 7540024. OLE color: 7540024.
HSL color Cylindrical-coordinate representation of color #380D73: hue angle of 265.29º 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 #380D73 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 13 | 115 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.55 |
| HSL | 265.29º | 0.8% | 0.25% | - |
| HSV(B) | 265.29º | 0.89% | 0.45% | - |
| XYZ | 4.87 | 2.37 | 16.42 | - |
| YUV | 37.49 | 171.75 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 115 | 0.51 | 0.89 | 0 | 0.55 | 265.29 | 0.8 | 0.25 |
| Hex | 38 | D | 73 | 33 | 59 | 0 | 37 | 109 | 50 | 19 |
| Octal | 70 | 15 | 163 | 63 | 131 | 0 | 67 | 411 | 120 | 31 |
| Binary | 111000 | 1101 | 1110011 | 110011 | 1011001 | 0 | 110111 | 100001001 | 1010000 | 11001 |
Color Harmonies of #380D73
Complementary color
Monochromatic Colors of #380D73
Black with #380D73
Text Example
Text Example
White with #380D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380D73; }
p { color: rgb(56,13,115); }
H1.HeaderClassName
{
color: #380D73;
}
.AnyTagClassName
{
color: #380D73;
}
</style>
background-color css
<style>
a { background-color: #380D73; }
a { background-color: rgb(56,13,115); }
div.DivClassName
{
background-color: #380D73;
}
.BgClassName
{
background-color: #380D73;
}
</style>
border-color css
<style>
span { border-color: #380D73; }
span { border-color: rgb(56,13,115); }
td.TdClassName
{
border-color: #380D73;
}
.TagClassName
{
border-color: #380D73;
}
</style>