Shades of Indigo #380063
Tints of Indigo #380063
RGB
CMYK
RGB Variations
Color information
#380063 (or 0x380063) is known color: Indigo. HEX triplet: 38, 00 and 63. RGB value is (56,0,99). Sum of RGB (Red+Green+Blue) = 56+0+99=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 99 (39.06% from 255 or 63.87% from 155); Max value from RGB is 99 - color contains mainly: blue. Hex color #380063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380063 is #C7FF9C. Grayscale: #1B1B1B. Windows color (decimal): -13107101 or 6488120. OLE color: 6488120.
HSL color Cylindrical-coordinate representation of color #380063: hue angle of 273.94º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380063 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 56 | 0 | 99 | - |
| CMYK | 0.43 | 1 | 0 | 0.61 |
| HSL | 273.94º | 1% | 0.19% | - |
| HSV(B) | 273.94º | 1% | 0.39% | - |
| XYZ | 3.88 | 1.74 | 11.94 | - |
| YUV | 28.03 | 168.05 | 147.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 99 | 0.43 | 1 | 0 | 0.61 | 273.94 | 1 | 0.19 |
| Hex | 38 | 0 | 63 | 2B | 64 | 0 | 3D | 112 | 64 | 13 |
| Octal | 70 | 0 | 143 | 53 | 144 | 0 | 75 | 422 | 144 | 23 |
| Binary | 111000 | 0 | 1100011 | 101011 | 1100100 | 0 | 111101 | 100010010 | 1100100 | 10011 |
Color Harmonies of #380063
Complementary color
Monochromatic Colors of #380063
Black with #380063
Text Example
Text Example
White with #380063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380063; }
p { color: rgb(56,0,99); }
H1.HeaderClassName
{
color: #380063;
}
.AnyTagClassName
{
color: #380063;
}
</style>
background-color css
<style>
a { background-color: #380063; }
a { background-color: rgb(56,0,99); }
div.DivClassName
{
background-color: #380063;
}
.BgClassName
{
background-color: #380063;
}
</style>
border-color css
<style>
span { border-color: #380063; }
span { border-color: rgb(56,0,99); }
td.TdClassName
{
border-color: #380063;
}
.TagClassName
{
border-color: #380063;
}
</style>