Shades of Indigo #38019D
Tints of Indigo #38019D
RGB
CMYK
RGB Variations
Color information
#38019D (or 0x38019D) is known color: Indigo. HEX triplet: 38, 01 and 9D. RGB value is (56,1,157). Sum of RGB (Red+Green+Blue) = 56+1+157=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #38019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #38019D is #C7FE62. Grayscale: #222222. Windows color (decimal): -13106787 or 10289464. OLE color: 10289464.
HSL color Cylindrical-coordinate representation of color #38019D: hue angle of 261.15º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #38019D is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 56 | 1 | 157 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.38 |
| HSL | 261.15º | 0.99% | 0.31% | - |
| HSV(B) | 261.15º | 0.99% | 0.62% | - |
| XYZ | 7.73 | 3.3 | 32.13 | - |
| YUV | 35.23 | 196.72 | 142.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 1 | 157 | 0.64 | 0.99 | 0 | 0.38 | 261.15 | 0.99 | 0.31 |
| Hex | 38 | 1 | 9D | 40 | 63 | 0 | 26 | 105 | 63 | 1F |
| Octal | 70 | 1 | 235 | 100 | 143 | 0 | 46 | 405 | 143 | 37 |
| Binary | 111000 | 1 | 10011101 | 1000000 | 1100011 | 0 | 100110 | 100000101 | 1100011 | 11111 |
Color Harmonies of #38019D
Complementary color
Monochromatic Colors of #38019D
Black with #38019D
Text Example
Text Example
White with #38019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38019D; }
p { color: rgb(56,1,157); }
H1.HeaderClassName
{
color: #38019D;
}
.AnyTagClassName
{
color: #38019D;
}
</style>
background-color css
<style>
a { background-color: #38019D; }
a { background-color: rgb(56,1,157); }
div.DivClassName
{
background-color: #38019D;
}
.BgClassName
{
background-color: #38019D;
}
</style>
border-color css
<style>
span { border-color: #38019D; }
span { border-color: rgb(56,1,157); }
td.TdClassName
{
border-color: #38019D;
}
.TagClassName
{
border-color: #38019D;
}
</style>