Shades of Persian Indigo #380D69
Tints of Persian Indigo #380D69
RGB
CMYK
RGB Variations
Color information
#380D69 (or 0x380D69) is known color: Persian Indigo. HEX triplet: 38, 0D and 69. RGB value is (56,13,105). Sum of RGB (Red+Green+Blue) = 56+13+105=174 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32.18% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #380D69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380D69 is #C7F296. Grayscale: #242424. Windows color (decimal): -13103767 or 6884664. OLE color: 6884664.
HSL color Cylindrical-coordinate representation of color #380D69: hue angle of 268.04º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #380D69 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 56 | 13 | 105 | - |
| CMYK | 0.47 | 0.88 | 0 | 0.59 |
| HSL | 268.04º | 0.78% | 0.23% | - |
| HSV(B) | 268.04º | 0.88% | 0.41% | - |
| XYZ | 4.32 | 2.15 | 13.55 | - |
| YUV | 36.35 | 166.75 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 13 | 105 | 0.47 | 0.88 | 0 | 0.59 | 268.04 | 0.78 | 0.23 |
| Hex | 38 | D | 69 | 2F | 58 | 0 | 3B | 10C | 4E | 17 |
| Octal | 70 | 15 | 151 | 57 | 130 | 0 | 73 | 414 | 116 | 27 |
| Binary | 111000 | 1101 | 1101001 | 101111 | 1011000 | 0 | 111011 | 100001100 | 1001110 | 10111 |
Color Harmonies of #380D69
Complementary color
Monochromatic Colors of #380D69
Black with #380D69
Text Example
Text Example
White with #380D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380D69; }
p { color: rgb(56,13,105); }
H1.HeaderClassName
{
color: #380D69;
}
.AnyTagClassName
{
color: #380D69;
}
</style>
background-color css
<style>
a { background-color: #380D69; }
a { background-color: rgb(56,13,105); }
div.DivClassName
{
background-color: #380D69;
}
.BgClassName
{
background-color: #380D69;
}
</style>
border-color css
<style>
span { border-color: #380D69; }
span { border-color: rgb(56,13,105); }
td.TdClassName
{
border-color: #380D69;
}
.TagClassName
{
border-color: #380D69;
}
</style>