Shades of Indigo #38018D
Tints of Indigo #38018D
RGB
CMYK
RGB Variations
Color information
#38018D (or 0x38018D) is known color: Indigo. HEX triplet: 38, 01 and 8D. RGB value is (56,1,141). Sum of RGB (Red+Green+Blue) = 56+1+141=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #38018D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38018D is #C7FE72. Grayscale: #202020. Windows color (decimal): -13106803 or 9240888. OLE color: 9240888.
HSL color Cylindrical-coordinate representation of color #38018D: hue angle of 263.57º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38018D is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 1 | 141 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.45 |
| HSL | 263.57º | 0.99% | 0.28% | - |
| HSV(B) | 263.57º | 0.99% | 0.55% | - |
| XYZ | 6.45 | 2.79 | 25.4 | - |
| YUV | 33.41 | 188.72 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 141 | 0.60 | 0.99 | 0 | 0.45 | 263.57 | 0.99 | 0.28 |
| Hex | 38 | 1 | 8D | 3C | 63 | 0 | 2D | 108 | 63 | 1C |
| Octal | 70 | 1 | 215 | 74 | 143 | 0 | 55 | 410 | 143 | 34 |
| Binary | 111000 | 1 | 10001101 | 111100 | 1100011 | 0 | 101101 | 100001000 | 1100011 | 11100 |
Color Harmonies of #38018D
Complementary color
Monochromatic Colors of #38018D
Black with #38018D
Text Example
Text Example
White with #38018D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38018D; }
p { color: rgb(56,1,141); }
H1.HeaderClassName
{
color: #38018D;
}
.AnyTagClassName
{
color: #38018D;
}
</style>
background-color css
<style>
a { background-color: #38018D; }
a { background-color: rgb(56,1,141); }
div.DivClassName
{
background-color: #38018D;
}
.BgClassName
{
background-color: #38018D;
}
</style>
border-color css
<style>
span { border-color: #38018D; }
span { border-color: rgb(56,1,141); }
td.TdClassName
{
border-color: #38018D;
}
.TagClassName
{
border-color: #38018D;
}
</style>