Shades of Persian Indigo #38147C
Tints of Persian Indigo #38147C
RGB
CMYK
RGB Variations
Color information
#38147C (or 0x38147C) is known color: Persian Indigo. HEX triplet: 38, 14 and 7C. RGB value is (56,20,124). Sum of RGB (Red+Green+Blue) = 56+20+124=200 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #38147C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38147C is #C7EB83. Grayscale: #2A2A2A. Windows color (decimal): -13101956 or 8131640. OLE color: 8131640.
HSL color Cylindrical-coordinate representation of color #38147C: hue angle of 260.77º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38147C is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 56 | 20 | 124 | - |
| CMYK | 0.55 | 0.84 | 0 | 0.51 |
| HSL | 260.77º | 0.72% | 0.28% | - |
| HSV(B) | 260.77º | 0.84% | 0.49% | - |
| XYZ | 5.52 | 2.8 | 19.32 | - |
| YUV | 42.62 | 173.93 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 124 | 0.55 | 0.84 | 0 | 0.51 | 260.77 | 0.72 | 0.28 |
| Hex | 38 | 14 | 7C | 37 | 54 | 0 | 33 | 105 | 48 | 1C |
| Octal | 70 | 24 | 174 | 67 | 124 | 0 | 63 | 405 | 110 | 34 |
| Binary | 111000 | 10100 | 1111100 | 110111 | 1010100 | 0 | 110011 | 100000101 | 1001000 | 11100 |
Color Harmonies of #38147C
Complementary color
Monochromatic Colors of #38147C
Black with #38147C
Text Example
Text Example
White with #38147C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38147C; }
p { color: rgb(56,20,124); }
H1.HeaderClassName
{
color: #38147C;
}
.AnyTagClassName
{
color: #38147C;
}
</style>
background-color css
<style>
a { background-color: #38147C; }
a { background-color: rgb(56,20,124); }
div.DivClassName
{
background-color: #38147C;
}
.BgClassName
{
background-color: #38147C;
}
</style>
border-color css
<style>
span { border-color: #38147C; }
span { border-color: rgb(56,20,124); }
td.TdClassName
{
border-color: #38147C;
}
.TagClassName
{
border-color: #38147C;
}
</style>