Shades of Persian Indigo #38199D
Tints of Persian Indigo #38199D
RGB
CMYK
RGB Variations
Color information
#38199D (or 0x38199D) is known color: Persian Indigo. HEX triplet: 38, 19 and 9D. RGB value is (56,25,157). Sum of RGB (Red+Green+Blue) = 56+25+157=238 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.53% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #38199D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38199D is #C7E662. Grayscale: #303030. Windows color (decimal): -13100643 or 10295608. OLE color: 10295608.
HSL color Cylindrical-coordinate representation of color #38199D: hue angle of 254.09º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #38199D is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 25 | 157 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.38 |
| HSL | 254.09º | 0.73% | 0.36% | - |
| HSV(B) | 254.09º | 0.84% | 0.62% | - |
| XYZ | 8.06 | 3.97 | 32.24 | - |
| YUV | 49.32 | 188.77 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 25 | 157 | 0.64 | 0.84 | 0 | 0.38 | 254.09 | 0.73 | 0.36 |
| Hex | 38 | 19 | 9D | 40 | 54 | 0 | 26 | FE | 49 | 24 |
| Octal | 70 | 31 | 235 | 100 | 124 | 0 | 46 | 376 | 111 | 44 |
| Binary | 111000 | 11001 | 10011101 | 1000000 | 1010100 | 0 | 100110 | 11111110 | 1001001 | 100100 |
Color Harmonies of #38199D
Complementary color
Monochromatic Colors of #38199D
Black with #38199D
Text Example
Text Example
White with #38199D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38199D; }
p { color: rgb(56,25,157); }
H1.HeaderClassName
{
color: #38199D;
}
.AnyTagClassName
{
color: #38199D;
}
</style>
background-color css
<style>
a { background-color: #38199D; }
a { background-color: rgb(56,25,157); }
div.DivClassName
{
background-color: #38199D;
}
.BgClassName
{
background-color: #38199D;
}
</style>
border-color css
<style>
span { border-color: #38199D; }
span { border-color: rgb(56,25,157); }
td.TdClassName
{
border-color: #38199D;
}
.TagClassName
{
border-color: #38199D;
}
</style>