Shades of Persian Indigo #38198C
Tints of Persian Indigo #38198C
RGB
CMYK
RGB Variations
Color information
#38198C (or 0x38198C) is known color: Persian Indigo. HEX triplet: 38, 19 and 8C. RGB value is (56,25,140). Sum of RGB (Red+Green+Blue) = 56+25+140=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 140 (55.08% from 255 or 63.35% from 221); Max value from RGB is 140 - color contains mainly: blue. Hex color #38198C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38198C is #C7E673. Grayscale: #2E2E2E. Windows color (decimal): -13100660 or 9181496. OLE color: 9181496.
HSL color Cylindrical-coordinate representation of color #38198C: hue angle of 256.17º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38198C is Cyan = 0.6, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 25 | 140 | - |
| CMYK | 0.6 | 0.82 | 0 | 0.45 |
| HSL | 256.17º | 0.7% | 0.32% | - |
| HSV(B) | 256.17º | 0.82% | 0.55% | - |
| XYZ | 6.71 | 3.43 | 25.12 | - |
| YUV | 47.38 | 180.27 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 25 | 140 | 0.6 | 0.82 | 0 | 0.45 | 256.17 | 0.7 | 0.32 |
| Hex | 38 | 19 | 8C | 3C | 52 | 0 | 2D | 100 | 46 | 20 |
| Octal | 70 | 31 | 214 | 74 | 122 | 0 | 55 | 400 | 106 | 40 |
| Binary | 111000 | 11001 | 10001100 | 111100 | 1010010 | 0 | 101101 | 100000000 | 1000110 | 100000 |
Color Harmonies of #38198C
Complementary color
Monochromatic Colors of #38198C
Black with #38198C
Text Example
Text Example
White with #38198C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38198C; }
p { color: rgb(56,25,140); }
H1.HeaderClassName
{
color: #38198C;
}
.AnyTagClassName
{
color: #38198C;
}
</style>
background-color css
<style>
a { background-color: #38198C; }
a { background-color: rgb(56,25,140); }
div.DivClassName
{
background-color: #38198C;
}
.BgClassName
{
background-color: #38198C;
}
</style>
border-color css
<style>
span { border-color: #38198C; }
span { border-color: rgb(56,25,140); }
td.TdClassName
{
border-color: #38198C;
}
.TagClassName
{
border-color: #38198C;
}
</style>