Shades of Persian Indigo #380F73
Tints of Persian Indigo #380F73
RGB
CMYK
RGB Variations
Color information
#380F73 (or 0x380F73) is known color: Persian Indigo. HEX triplet: 38, 0F and 73. RGB value is (56,15,115). Sum of RGB (Red+Green+Blue) = 56+15+115=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #380F73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380F73 is #C7F08C. Grayscale: #262626. Windows color (decimal): -13103245 or 7540536. OLE color: 7540536.
HSL color Cylindrical-coordinate representation of color #380F73: hue angle of 264.6º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #380F73 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 56 | 15 | 115 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.55 |
| HSL | 264.6º | 0.77% | 0.25% | - |
| HSV(B) | 264.6º | 0.87% | 0.45% | - |
| XYZ | 4.9 | 2.42 | 16.43 | - |
| YUV | 38.66 | 171.08 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 115 | 0.51 | 0.87 | 0 | 0.55 | 264.6 | 0.77 | 0.25 |
| Hex | 38 | F | 73 | 33 | 57 | 0 | 37 | 109 | 4D | 19 |
| Octal | 70 | 17 | 163 | 63 | 127 | 0 | 67 | 411 | 115 | 31 |
| Binary | 111000 | 1111 | 1110011 | 110011 | 1010111 | 0 | 110111 | 100001001 | 1001101 | 11001 |
Color Harmonies of #380F73
Complementary color
Monochromatic Colors of #380F73
Black with #380F73
Text Example
Text Example
White with #380F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F73; }
p { color: rgb(56,15,115); }
H1.HeaderClassName
{
color: #380F73;
}
.AnyTagClassName
{
color: #380F73;
}
</style>
background-color css
<style>
a { background-color: #380F73; }
a { background-color: rgb(56,15,115); }
div.DivClassName
{
background-color: #380F73;
}
.BgClassName
{
background-color: #380F73;
}
</style>
border-color css
<style>
span { border-color: #380F73; }
span { border-color: rgb(56,15,115); }
td.TdClassName
{
border-color: #380F73;
}
.TagClassName
{
border-color: #380F73;
}
</style>