Shades of Persian Indigo #38159D
Tints of Persian Indigo #38159D
RGB
CMYK
RGB Variations
Color information
#38159D (or 0x38159D) is known color: Persian Indigo. HEX triplet: 38, 15 and 9D. RGB value is (56,21,157). Sum of RGB (Red+Green+Blue) = 56+21+157=234 (30% of max value = 765). Red value is 56 (22.27% from 255 or 23.93% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #38159D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38159D is #C7EA62. Grayscale: #2E2E2E. Windows color (decimal): -13101667 or 10294584. OLE color: 10294584.
HSL color Cylindrical-coordinate representation of color #38159D: hue angle of 255.44º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38159D is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 21 | 157 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.38 |
| HSL | 255.44º | 0.76% | 0.35% | - |
| HSV(B) | 255.44º | 0.87% | 0.62% | - |
| XYZ | 7.98 | 3.81 | 32.21 | - |
| YUV | 46.97 | 190.1 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 21 | 157 | 0.64 | 0.87 | 0 | 0.38 | 255.44 | 0.76 | 0.35 |
| Hex | 38 | 15 | 9D | 40 | 57 | 0 | 26 | FF | 4C | 23 |
| Octal | 70 | 25 | 235 | 100 | 127 | 0 | 46 | 377 | 114 | 43 |
| Binary | 111000 | 10101 | 10011101 | 1000000 | 1010111 | 0 | 100110 | 11111111 | 1001100 | 100011 |
Color Harmonies of #38159D
Complementary color
Monochromatic Colors of #38159D
Black with #38159D
Text Example
Text Example
White with #38159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38159D; }
p { color: rgb(56,21,157); }
H1.HeaderClassName
{
color: #38159D;
}
.AnyTagClassName
{
color: #38159D;
}
</style>
background-color css
<style>
a { background-color: #38159D; }
a { background-color: rgb(56,21,157); }
div.DivClassName
{
background-color: #38159D;
}
.BgClassName
{
background-color: #38159D;
}
</style>
border-color css
<style>
span { border-color: #38159D; }
span { border-color: rgb(56,21,157); }
td.TdClassName
{
border-color: #38159D;
}
.TagClassName
{
border-color: #38159D;
}
</style>