Shades of Indigo #38006D
Tints of Indigo #38006D
RGB
CMYK
RGB Variations
Color information
#38006D (or 0x38006D) is known color: Indigo. HEX triplet: 38, 00 and 6D. RGB value is (56,0,109). Sum of RGB (Red+Green+Blue) = 56+0+109=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 109 (42.97% from 255 or 66.06% from 165); Max value from RGB is 109 - color contains mainly: blue. Hex color #38006D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38006D is #C7FF92. Grayscale: #1C1C1C. Windows color (decimal): -13107091 or 7143480. OLE color: 7143480.
HSL color Cylindrical-coordinate representation of color #38006D: hue angle of 270.83º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38006D is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 0 | 109 | - |
| CMYK | 0.49 | 1 | 0 | 0.57 |
| HSL | 270.83º | 1% | 0.21% | - |
| HSV(B) | 270.83º | 1% | 0.43% | - |
| XYZ | 4.39 | 1.94 | 14.61 | - |
| YUV | 29.17 | 173.05 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 109 | 0.49 | 1 | 0 | 0.57 | 270.83 | 1 | 0.21 |
| Hex | 38 | 0 | 6D | 31 | 64 | 0 | 39 | 10F | 64 | 15 |
| Octal | 70 | 0 | 155 | 61 | 144 | 0 | 71 | 417 | 144 | 25 |
| Binary | 111000 | 0 | 1101101 | 110001 | 1100100 | 0 | 111001 | 100001111 | 1100100 | 10101 |
Color Harmonies of #38006D
Complementary color
Monochromatic Colors of #38006D
Black with #38006D
Text Example
Text Example
White with #38006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38006D; }
p { color: rgb(56,0,109); }
H1.HeaderClassName
{
color: #38006D;
}
.AnyTagClassName
{
color: #38006D;
}
</style>
background-color css
<style>
a { background-color: #38006D; }
a { background-color: rgb(56,0,109); }
div.DivClassName
{
background-color: #38006D;
}
.BgClassName
{
background-color: #38006D;
}
</style>
border-color css
<style>
span { border-color: #38006D; }
span { border-color: rgb(56,0,109); }
td.TdClassName
{
border-color: #38006D;
}
.TagClassName
{
border-color: #38006D;
}
</style>