Shades of Persian Indigo #38166D
Tints of Persian Indigo #38166D
RGB
CMYK
RGB Variations
Color information
#38166D (or 0x38166D) is known color: Persian Indigo. HEX triplet: 38, 16 and 6D. RGB value is (56,22,109). Sum of RGB (Red+Green+Blue) = 56+22+109=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 22 (8.98% from 255 or 11.76% from 187); Blue value is 109 (42.97% from 255 or 58.29% from 187); Max value from RGB is 109 - color contains mainly: blue. Hex color #38166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38166D is #C7E992. Grayscale: #292929. Windows color (decimal): -13101459 or 7149112. OLE color: 7149112.
HSL color Cylindrical-coordinate representation of color #38166D: hue angle of 263.45º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38166D is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 22 | 109 | - |
| CMYK | 0.49 | 0.80 | 0 | 0.57 |
| HSL | 263.45º | 0.66% | 0.26% | - |
| HSV(B) | 263.45º | 0.8% | 0.43% | - |
| XYZ | 4.68 | 2.52 | 14.71 | - |
| YUV | 42.08 | 165.76 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 109 | 0.49 | 0.80 | 0 | 0.57 | 263.45 | 0.66 | 0.26 |
| Hex | 38 | 16 | 6D | 31 | 50 | 0 | 39 | 107 | 42 | 1A |
| Octal | 70 | 26 | 155 | 61 | 120 | 0 | 71 | 407 | 102 | 32 |
| Binary | 111000 | 10110 | 1101101 | 110001 | 1010000 | 0 | 111001 | 100000111 | 1000010 | 11010 |
Color Harmonies of #38166D
Complementary color
Monochromatic Colors of #38166D
Black with #38166D
Text Example
Text Example
White with #38166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38166D; }
p { color: rgb(56,22,109); }
H1.HeaderClassName
{
color: #38166D;
}
.AnyTagClassName
{
color: #38166D;
}
</style>
background-color css
<style>
a { background-color: #38166D; }
a { background-color: rgb(56,22,109); }
div.DivClassName
{
background-color: #38166D;
}
.BgClassName
{
background-color: #38166D;
}
</style>
border-color css
<style>
span { border-color: #38166D; }
span { border-color: rgb(56,22,109); }
td.TdClassName
{
border-color: #38166D;
}
.TagClassName
{
border-color: #38166D;
}
</style>