Shades of Persian Indigo #38046D
Tints of Persian Indigo #38046D
RGB
CMYK
RGB Variations
Color information
#38046D (or 0x38046D) is known color: Persian Indigo. HEX triplet: 38, 04 and 6D. RGB value is (56,4,109). Sum of RGB (Red+Green+Blue) = 56+4+109=169 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.14% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 109 (42.97% from 255 or 64.50% from 169); Max value from RGB is 109 - color contains mainly: blue. Hex color #38046D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38046D is #C7FB92. Grayscale: #1F1F1F. Windows color (decimal): -13106067 or 7144504. OLE color: 7144504.
HSL color Cylindrical-coordinate representation of color #38046D: hue angle of 269.71º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #38046D is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 4 | 109 | - |
| CMYK | 0.49 | 0.96 | 0 | 0.57 |
| HSL | 269.71º | 0.93% | 0.22% | - |
| HSV(B) | 269.71º | 0.96% | 0.43% | - |
| XYZ | 4.43 | 2.03 | 14.63 | - |
| YUV | 31.52 | 171.73 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 4 | 109 | 0.49 | 0.96 | 0 | 0.57 | 269.71 | 0.93 | 0.22 |
| Hex | 38 | 4 | 6D | 31 | 60 | 0 | 39 | 10E | 5D | 16 |
| Octal | 70 | 4 | 155 | 61 | 140 | 0 | 71 | 416 | 135 | 26 |
| Binary | 111000 | 100 | 1101101 | 110001 | 1100000 | 0 | 111001 | 100001110 | 1011101 | 10110 |
Color Harmonies of #38046D
Complementary color
Monochromatic Colors of #38046D
Black with #38046D
Text Example
Text Example
White with #38046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38046D; }
p { color: rgb(56,4,109); }
H1.HeaderClassName
{
color: #38046D;
}
.AnyTagClassName
{
color: #38046D;
}
</style>
background-color css
<style>
a { background-color: #38046D; }
a { background-color: rgb(56,4,109); }
div.DivClassName
{
background-color: #38046D;
}
.BgClassName
{
background-color: #38046D;
}
</style>
border-color css
<style>
span { border-color: #38046D; }
span { border-color: rgb(56,4,109); }
td.TdClassName
{
border-color: #38046D;
}
.TagClassName
{
border-color: #38046D;
}
</style>