Shades of Persian Indigo #38066D
Tints of Persian Indigo #38066D
RGB
CMYK
RGB Variations
Color information
#38066D (or 0x38066D) is known color: Persian Indigo. HEX triplet: 38, 06 and 6D. RGB value is (56,6,109). Sum of RGB (Red+Green+Blue) = 56+6+109=171 (22% of max value = 765). Red value is 56 (22.27% from 255 or 32.75% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 109 (42.97% from 255 or 63.74% from 171); Max value from RGB is 109 - color contains mainly: blue. Hex color #38066D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38066D is #C7F992. Grayscale: #202020. Windows color (decimal): -13105555 or 7145016. OLE color: 7145016.
HSL color Cylindrical-coordinate representation of color #38066D: hue angle of 269.13º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #38066D is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 6 | 109 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.57 |
| HSL | 269.13º | 0.9% | 0.23% | - |
| HSV(B) | 269.13º | 0.94% | 0.43% | - |
| XYZ | 4.46 | 2.08 | 14.63 | - |
| YUV | 32.69 | 171.07 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 6 | 109 | 0.49 | 0.94 | 0 | 0.57 | 269.13 | 0.9 | 0.23 |
| Hex | 38 | 6 | 6D | 31 | 5E | 0 | 39 | 10D | 5A | 17 |
| Octal | 70 | 6 | 155 | 61 | 136 | 0 | 71 | 415 | 132 | 27 |
| Binary | 111000 | 110 | 1101101 | 110001 | 1011110 | 0 | 111001 | 100001101 | 1011010 | 10111 |
Color Harmonies of #38066D
Complementary color
Monochromatic Colors of #38066D
Black with #38066D
Text Example
Text Example
White with #38066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38066D; }
p { color: rgb(56,6,109); }
H1.HeaderClassName
{
color: #38066D;
}
.AnyTagClassName
{
color: #38066D;
}
</style>
background-color css
<style>
a { background-color: #38066D; }
a { background-color: rgb(56,6,109); }
div.DivClassName
{
background-color: #38066D;
}
.BgClassName
{
background-color: #38066D;
}
</style>
border-color css
<style>
span { border-color: #38066D; }
span { border-color: rgb(56,6,109); }
td.TdClassName
{
border-color: #38066D;
}
.TagClassName
{
border-color: #38066D;
}
</style>