Shades of Persian Indigo #38178E
Tints of Persian Indigo #38178E
RGB
CMYK
RGB Variations
Color information
#38178E (or 0x38178E) is known color: Persian Indigo. HEX triplet: 38, 17 and 8E. RGB value is (56,23,142). Sum of RGB (Red+Green+Blue) = 56+23+142=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 142 (55.86% from 255 or 64.25% from 221); Max value from RGB is 142 - color contains mainly: blue. Hex color #38178E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38178E is #C7E871. Grayscale: #2D2D2D. Windows color (decimal): -13101170 or 9312056. OLE color: 9312056.
HSL color Cylindrical-coordinate representation of color #38178E: hue angle of 256.64º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38178E is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 23 | 142 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.44 |
| HSL | 256.64º | 0.72% | 0.32% | - |
| HSV(B) | 256.64º | 0.84% | 0.56% | - |
| XYZ | 6.82 | 3.41 | 25.89 | - |
| YUV | 46.43 | 181.93 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 142 | 0.61 | 0.84 | 0 | 0.44 | 256.64 | 0.72 | 0.32 |
| Hex | 38 | 17 | 8E | 3D | 54 | 0 | 2C | 101 | 48 | 20 |
| Octal | 70 | 27 | 216 | 75 | 124 | 0 | 54 | 401 | 110 | 40 |
| Binary | 111000 | 10111 | 10001110 | 111101 | 1010100 | 0 | 101100 | 100000001 | 1001000 | 100000 |
Color Harmonies of #38178E
Complementary color
Monochromatic Colors of #38178E
Black with #38178E
Text Example
Text Example
White with #38178E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38178E; }
p { color: rgb(56,23,142); }
H1.HeaderClassName
{
color: #38178E;
}
.AnyTagClassName
{
color: #38178E;
}
</style>
background-color css
<style>
a { background-color: #38178E; }
a { background-color: rgb(56,23,142); }
div.DivClassName
{
background-color: #38178E;
}
.BgClassName
{
background-color: #38178E;
}
</style>
border-color css
<style>
span { border-color: #38178E; }
span { border-color: rgb(56,23,142); }
td.TdClassName
{
border-color: #38178E;
}
.TagClassName
{
border-color: #38178E;
}
</style>