Shades of Indigo #380067
Tints of Indigo #380067
RGB
CMYK
RGB Variations
Color information
#380067 (or 0x380067) is known color: Indigo. HEX triplet: 38, 00 and 67. RGB value is (56,0,103). Sum of RGB (Red+Green+Blue) = 56+0+103=159 (21% of max value = 765). Red value is 56 (22.27% from 255 or 35.22% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 103 (40.62% from 255 or 64.78% from 159); Max value from RGB is 103 - color contains mainly: blue. Hex color #380067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #380067 is #C7FF98. Grayscale: #1C1C1C. Windows color (decimal): -13107097 or 6750264. OLE color: 6750264.
HSL color Cylindrical-coordinate representation of color #380067: hue angle of 272.62º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380067 is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 56 | 0 | 103 | - |
| CMYK | 0.46 | 1 | 0 | 0.60 |
| HSL | 272.62º | 1% | 0.2% | - |
| HSV(B) | 272.62º | 1% | 0.4% | - |
| XYZ | 4.08 | 1.82 | 12.97 | - |
| YUV | 28.49 | 170.05 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 103 | 0.46 | 1 | 0 | 0.60 | 272.62 | 1 | 0.2 |
| Hex | 38 | 0 | 67 | 2E | 64 | 0 | 3C | 111 | 64 | 14 |
| Octal | 70 | 0 | 147 | 56 | 144 | 0 | 74 | 421 | 144 | 24 |
| Binary | 111000 | 0 | 1100111 | 101110 | 1100100 | 0 | 111100 | 100010001 | 1100100 | 10100 |
Color Harmonies of #380067
Complementary color
Monochromatic Colors of #380067
Black with #380067
Text Example
Text Example
White with #380067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380067; }
p { color: rgb(56,0,103); }
H1.HeaderClassName
{
color: #380067;
}
.AnyTagClassName
{
color: #380067;
}
</style>
background-color css
<style>
a { background-color: #380067; }
a { background-color: rgb(56,0,103); }
div.DivClassName
{
background-color: #380067;
}
.BgClassName
{
background-color: #380067;
}
</style>
border-color css
<style>
span { border-color: #380067; }
span { border-color: rgb(56,0,103); }
td.TdClassName
{
border-color: #380067;
}
.TagClassName
{
border-color: #380067;
}
</style>