Shades of Indigo #38006A
Tints of Indigo #38006A
RGB
CMYK
RGB Variations
Color information
#38006A (or 0x38006A) is known color: Indigo. HEX triplet: 38, 00 and 6A. RGB value is (56,0,106). Sum of RGB (Red+Green+Blue) = 56+0+106=162 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.57% from 162); Green value is 0 (0.39% from 255 or 0% from 162); Blue value is 106 (41.80% from 255 or 65.43% from 162); Max value from RGB is 106 - color contains mainly: blue. Hex color #38006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #38006A is #C7FF95. Grayscale: #1C1C1C. Windows color (decimal): -13107094 or 6946872. OLE color: 6946872.
HSL color Cylindrical-coordinate representation of color #38006A: hue angle of 271.7º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38006A is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 0 | 106 | - |
| CMYK | 0.47 | 1 | 0 | 0.58 |
| HSL | 271.7º | 1% | 0.21% | - |
| HSV(B) | 271.7º | 1% | 0.42% | - |
| XYZ | 4.23 | 1.88 | 13.78 | - |
| YUV | 28.83 | 171.55 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 106 | 0.47 | 1 | 0 | 0.58 | 271.7 | 1 | 0.21 |
| Hex | 38 | 0 | 6A | 2F | 64 | 0 | 3A | 110 | 64 | 15 |
| Octal | 70 | 0 | 152 | 57 | 144 | 0 | 72 | 420 | 144 | 25 |
| Binary | 111000 | 0 | 1101010 | 101111 | 1100100 | 0 | 111010 | 100010000 | 1100100 | 10101 |
Color Harmonies of #38006A
Complementary color
Monochromatic Colors of #38006A
Black with #38006A
Text Example
Text Example
White with #38006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38006A; }
p { color: rgb(56,0,106); }
H1.HeaderClassName
{
color: #38006A;
}
.AnyTagClassName
{
color: #38006A;
}
</style>
background-color css
<style>
a { background-color: #38006A; }
a { background-color: rgb(56,0,106); }
div.DivClassName
{
background-color: #38006A;
}
.BgClassName
{
background-color: #38006A;
}
</style>
border-color css
<style>
span { border-color: #38006A; }
span { border-color: rgb(56,0,106); }
td.TdClassName
{
border-color: #38006A;
}
.TagClassName
{
border-color: #38006A;
}
</style>